1# Copyright 2018 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5clock_gettime: 1
6clock_gettime64: 1
7poll: 1
8read: 1
9ppoll: 1
10ppoll_time64: 1
11write: 1
12writev: 1
13recv: 1
14send: 1
15recvmsg: 1
16lstat64: 1
17fstat64: 1
18open: 1
19openat: 1
20close: 1
21fcntl64: 1
22readlinkat: 1
23sendmsg: 1
24access: 1
25getrandom: 1
26mmap2: 1
27epoll_wait: 1
28getsockopt: 1
29accept: 1
30stat64: 1
31mprotect: 1
32gettimeofday: 1
33getdents64: 1
34brk: 1
35statfs: 1
36readlink: 1
37munmap: 1
38rt_sigaction: 1
39lgetxattr: 1
40unlink: 1
41lsetxattr: 1
42rt_sigprocmask: 1
43ftruncate: 1
44fallocate: 1
45futex: 1
46futex_time64: 1
47execve: 1
48set_robust_list: 1
49socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
50socketpair: 1
51clone: 1
52setsockopt: 1
53geteuid32: 1
54ugetrlimit: 1
55uname: 1
56connect: 1
57bind: 1
58_llseek: 1
59getuid32: 1
60getgid32: 1
61getegid32: 1
62pipe: 1
63flock: 1
64# set_tls: 1
65set_tid_address: 1
66exit_group: 1
67getsockname: 1
68getdents: 1
69nanosleep: 1
70clock_nanosleep: 1
71clock_nanosleep_time64: 1
72epoll_ctl: 1
73sched_setscheduler: 1
74restart_syscall: 1
75rt_sigreturn: 1
76getresuid32: 1
77exit: 1
78prctl: arg0 == PR_SET_NAME
79clock_getres: 1
80clock_getres_time64: 1
81epoll_create1: 1
82fchmod: 1
83setpriority: 1
84setrlimit: 1
85listen: 1
86gettid: 1
87sched_get_priority_min: 1
88chmod: 1
89madvise: 1
90getresgid32: 1
91pipe2: 1
92sched_get_priority_max: 1
93sysinfo: 1
94
95# Allow ioctl command of type 'A' and 'U' for SNDRV_PCM_IOCTL_* and
96# SNDRV_CTL_IOCTL_*, and EVIOCGSW(8), EVIOCGNAME(256), EVIOCGBIT(0x05, 8),
97# HCIGETDEVINFO
98ioctl: arg1 in 0xffff41ff && arg1 & 0x00004100 || arg1 in 0xffff55ff && arg1 & 0x00005500 || arg1 == 0x8008451b || arg1 == 0x81004506 || arg1 == 0x80084525 || arg1 == 0x800448d3
99getpid: 1
100prlimit64: 1
101tgkill: 1
102mremap: 1
103dup: 1
104_newselect: 1
105