You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
1.6 KiB
96 lines
1.6 KiB
7 months ago
|
# Copyright 2018 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_gettime: 1
|
||
|
getuid: 1
|
||
|
lstat: 1
|
||
|
read: 1
|
||
|
recvfrom: 1
|
||
|
poll: 1
|
||
|
ppoll: 1
|
||
|
fstat: 1
|
||
|
write: 1
|
||
|
writev: 1
|
||
|
open: 1
|
||
|
openat: 1
|
||
|
close: 1
|
||
|
readlinkat: 1
|
||
|
getrandom: 1
|
||
|
access: 1
|
||
|
fcntl: 1
|
||
|
getdents: 1
|
||
|
getdents64: 1
|
||
|
sendmsg: 1
|
||
|
stat: 1
|
||
|
statfs: 1
|
||
|
recvmsg: 1
|
||
|
brk: 1
|
||
|
mmap: 1
|
||
|
getsockopt: 1
|
||
|
accept: 1
|
||
|
munmap: 1
|
||
|
sendto: 1
|
||
|
readlink: 1
|
||
|
futex: 1
|
||
|
lseek: 1
|
||
|
rt_sigaction: 1
|
||
|
socket: arg0 == AF_UNIX || arg0 == AF_BLUETOOTH || arg0 == AF_NETLINK
|
||
|
socketpair: 1
|
||
|
unlink: 1
|
||
|
nanosleep: 1
|
||
|
clock_nanosleep: 1
|
||
|
pipe: 1
|
||
|
ftruncate: 1
|
||
|
fallocate: 1
|
||
|
mprotect: 1
|
||
|
connect: 1
|
||
|
getsockname: 1
|
||
|
setsockopt: 1
|
||
|
bind: 1
|
||
|
restart_syscall: 1
|
||
|
exit: 1
|
||
|
exit_group: 1
|
||
|
rt_sigreturn: 1
|
||
|
chmod: 1
|
||
|
geteuid: 1
|
||
|
uname: 1
|
||
|
clock_getres: 1
|
||
|
gettid: 1
|
||
|
rt_sigprocmask: 1
|
||
|
fchmod: 1
|
||
|
getrlimit: 1
|
||
|
setrlimit: 1
|
||
|
listen: 1
|
||
|
clone: 1
|
||
|
set_robust_list: 1
|
||
|
setpriority: 1
|
||
|
getresuid: 1
|
||
|
getresgid: 1
|
||
|
sched_setscheduler: 1
|
||
|
epoll_wait: 1
|
||
|
getegid: 1
|
||
|
getgid: 1
|
||
|
prctl: arg0 == PR_SET_NAME
|
||
|
epoll_create1: 1
|
||
|
sched_get_priority_min: 1
|
||
|
pipe2: 1
|
||
|
epoll_ctl: 1
|
||
|
sched_get_priority_max: 1
|
||
|
lgetxattr: 1
|
||
|
lsetxattr: 1
|
||
|
madvise: 1
|
||
|
sysinfo: 1
|
||
|
flock: 1
|
||
|
|
||
|
# Allow ioctl command of type 'A' and 'U' for SNDRV_PCM_IOCTL_* and
|
||
|
# SNDRV_CTL_IOCTL_*, and EVIOCGSW(8), EVIOCGNAME(256), EVIOCGBIT(0x05, 8),
|
||
|
# HCIGETDEVINFO
|
||
|
ioctl: arg1 in 0xffff41ff && arg1 & 0x00004100 || arg1 in 0xffff55ff && arg1 & 0x00005500 || arg1 == 0x8008451b || arg1 == 0x81004506 || arg1 == 0x80084525 || arg1 == 0x800448d3
|
||
|
getpid: 1
|
||
|
prlimit64: 1
|
||
|
tgkill: 1
|
||
|
mremap: 1
|
||
|
dup: 1
|
||
|
gettimeofday: 1
|