• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
6getuid: 1
7lstat: 1
8read: 1
9recvfrom: 1
10poll: 1
11ppoll: 1
12fstat: 1
13write: 1
14open: 1
15openat: 1
16close: 1
17readlinkat: 1
18getrandom: 1
19access: 1
20fcntl: 1
21getdents: 1
22sendmsg: 1
23stat: 1
24statfs: 1
25recvmsg: 1
26brk: 1
27mmap: 1
28getsockopt: 1
29accept: 1
30munmap: 1
31sendto: 1
32readlink: 1
33futex: 1
34lseek: 1
35rt_sigaction: 1
36socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
37unlink: 1
38nanosleep: 1
39pipe: 1
40ftruncate: 1
41mprotect: 1
42connect: 1
43getsockname: 1
44setsockopt: 1
45bind: 1
46restart_syscall: 1
47exit: 1
48exit_group: 1
49rt_sigreturn: 1
50chmod: 1
51geteuid: 1
52uname: 1
53clock_getres: 1
54gettid: 1
55rt_sigprocmask: 1
56fchmod: 1
57getrlimit: 1
58setrlimit: 1
59listen: 1
60clone: 1
61set_robust_list: 1
62getresuid: 1
63getresgid: 1
64sched_setscheduler: 1
65epoll_wait: 1
66getegid: 1
67getgid: 1
68prctl: arg0 == PR_SET_NAME
69epoll_create1: 1
70sched_get_priority_min: 1
71pipe2: 1
72epoll_ctl: 1
73sched_get_priority_max: 1
74lgetxattr: 1
75lsetxattr: 1
76madvise: 1
77sysinfo: 1
78flock: 1
79
80# Allow ioctl command of type 'A' and 'U' for SNDRV_PCM_IOCTL_* and
81# SNDRV_CTL_IOCTL_*, and EVIOCGSW(8), EVIOCGNAME(256), EVIOCGBIT(0x05, 8),
82# HCIGETDEVINFO
83ioctl: arg1 in 0xffff41ff && arg1 & 0x00004100 || arg1 in 0xffff55ff && arg1 & 0x00005500 || arg1 == 0x8008451b || arg1 == 0x81004506 || arg1 == 0x80084525 || arg1 == 0x800448d3
84getpid: 1
85prlimit64: 1
86tgkill: 1
87mremap: 1
88dup: 1
89