blob: fac32c596ce68d9b1111ae62de6d21dd61ca224c [file] [log] [blame]
# Copyright 2020 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.
access: 1
arch_prctl: 1
brk: 1
clone: 1
close: 1
dup2: 1
execve: 1
exit: 1
exit_group: 1
fchdir: 1
fcntl: 1
fstat: 1
getdents: 1
geteuid: 1
getpid: 1
getppid: 1
gettid: 1
# ioctl: arg1 == I2C_RDWR || arg1 == TCGETS
ioctl: arg1 == 0x0707 || arg1 == TCGETS
lseek: 1
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
munmap: 1
nanosleep: 1
newfstatat: 1
openat: 1
pipe2: 1
pipe: 1
prlimit64: 1
read: 1
restart_syscall: 1
rt_sigaction: 1
rt_sigprocmask: 1
rt_sigreturn: 1
set_robust_list: 1
set_tid_address: 1
stat: 1
statfs: 1
uname: 1
wait4: 1
write: 1