blob: 24fba986fcba4115f8100a94f53efb18142c6633 [file] [log] [blame]
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
openat: 1
newfstatat: 1
close: 1
read: 1
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
fstatfs: 1
gettid: 1
epoll_ctl: 1
epoll_wait: 1
write: 1
rt_sigprocmask: 1
pread64: 1
getuid: 1
geteuid: 1
getgid: 1
getegid: 1
signalfd4: 1
brk: 1
pipe2: 1
access: 1
arch_prctl: 1
set_tid_address: 1
set_robust_list: 1
rseq: 1
prlimit64: 1
munmap: 1
# 0x5401 = TCGETS
ioctl: arg1 == 0x5401
lseek: 1
# Required for syslog.
socket: arg0 == AF_UNIX
connect: 1
sendto: 1
epoll_create1: 1
getpid: 1
exit_group: 1
restart_syscall: 1
exit: 1
rt_sigreturn: 1
clock_getres: 1
clock_gettime: 1
gettimeofday: 1
uname: 1
getrandom: arg2 in ~GRND_RANDOM
fcntl: 1
recvmsg: 1
memfd_create: 1
eventfd2: 1
getresuid: 1
getresgid: 1
clock_nanosleep: 1
getsockname: 1
poll: 1
sendmsg: 1
# For db
pwrite64: 1
fdatasync: 1
unlink: 1
getdents64: 1
sync: 1
# Used to launch a process to call "sync" before force reboot.
execve: 1
# For sync
clone: 1
statfs: 1
wait4: 1
# For sync
prctl: 1
# For sync
kill: 1
ftruncate: 1