| # 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. |
| |
| brk: 1 |
| clock_nanosleep: 1 |
| clone: 1 |
| close: 1 |
| connect: 1 |
| dup: 1 |
| dup3: 1 |
| epoll_create1: 1 |
| epoll_ctl: 1 |
| epoll_pwait: 1 |
| execve: 1 |
| exit: 1 |
| exit_group: 1 |
| faccessat: 1 |
| fcntl: 1 |
| flock: 1 |
| fstat: 1 |
| fstatfs: 1 |
| futex: 1 |
| getdents64: 1 |
| getegid: 1 |
| geteuid: 1 |
| getgid: 1 |
| getpid: 1 |
| getppid: 1 |
| getresgid: 1 |
| getresuid: 1 |
| getsockname: 1 |
| gettid: 1 |
| getuid: 1 |
| io_destroy: 1 |
| io_getevents: 1 |
| io_setup: 1 |
| io_submit: 1 |
| ioctl: arg1 == 0xc138fd00 || arg1 == 0xc138fd07 || arg1 == 0xc138fd0c || \ |
| arg1 == BLKGETSIZE64 |
| lseek: 1 |
| memfd_create: 1 |
| mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE |
| mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE |
| munmap: 1 |
| newfstatat: 1 |
| openat: 1 |
| pipe2: 1 |
| ppoll: 1 |
| pread64: 1 |
| prlimit64: 1 |
| read: 1 |
| recvmsg: 1 |
| renameat: 1 |
| restart_syscall: 1 |
| rt_sigaction: 1 |
| rt_sigprocmask: 1 |
| rt_sigreturn: 1 |
| sched_getaffinity: 1 |
| sendmsg: 1 |
| sendto: 1 |
| set_robust_list: 1 |
| set_tid_address: 1 |
| sigaltstack: 1 |
| signalfd4: 1 |
| socket: arg0 == AF_UNIX |
| statfs: 1 |
| sysinfo: 1 |
| tgkill: 1 |
| timerfd_create: 1 |
| timerfd_settime: 1 |
| umask: 1 |
| uname: 1 |
| unlinkat: 1 |
| wait4: 1 |
| write: 1 |
| writev: 1 |