blob: 0244c93225cc11b49efbf3370f2ad545af1bf6d8 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
clock_getres: 1
clock_gettime: 1
gettimeofday: 1
getpid: 1
sendto: 1
recvmsg: 1
ioctl: arg1 == TIOCOUTQ || arg1 == SIOCGIFNAME || arg1 == TCGETS || \
arg1 == SIOCSIFFLAGS || arg1 == SIOCGIFHWADDR || \
arg1 == SIOCGIFFLAGS || arg1 == SIOCGIFINDEX || arg1 == SIOCGIFADDR
getsockopt: 1
sendmsg: 1
gettid: 1
setsockopt: 1
madvise: 1
pselect6: 1
close: 1
futex: 1
epoll_pwait: 1
recvfrom: 1
rt_sigprocmask: 1
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
write: 1
munmap: 1
mlock: 1
munlock: 1
socket: arg0 == AF_PACKET || arg0 == AF_INET || arg0 == AF_NETLINK || arg0 == AF_UNIX
read: 1
openat: 1
rt_sigreturn: 1
tgkill: 1
ppoll: 1
fstat: 1
newfstatat: 1
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
bind: 1
fcntl: 1
readlinkat: 1
brk: 1
epoll_ctl: 1
getsockname: 1
rt_sigaction: 1
unlinkat: 1
mkdirat: 1
fchmodat: 1
faccessat: 1
faccessat2: 1
set_robust_list: 1
geteuid: 1
getrandom: 1
nanosleep: 1
clock_nanosleep: 1
getuid: 1
getgid: 1
getegid: 1
set_tid_address: 1
prlimit64: 1
exit_group: 1
setitimer: 1
clone: 1
connect: 1
pipe2: 1
wait4: 1
flock: 1
getresuid: 1
getresgid: 1
lseek: 1
sysinfo: 1
sched_getattr: 1
sched_setattr: 1
setpriority: 1
prctl: arg0 == PR_SET_NAME
epoll_create1: 1
restart_syscall: 1
exit: 1
sched_yield: 1
fstatfs: 1
# TODO(b/172208472): Remove execve from allow list after the compatibility hack
# mentioned in the bug has been retired.
execve: 1
mremap: 1