blob: 7e97fe5294ab62da6142e794242906d67378e741 [file] [log] [blame] [edit]
# Copyright 2025 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# rseq should be first due to frequency and purpose to decrease nptl latency
rseq: 1
# ioctl: arg1 == I2C_SLAVE || arg1 == I2C_SLAVE_FORCE
ioctl: arg1 == 0x703 || arg1 == 0x706
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
openat: 1
fstat: 1
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
brk: 1
munmap: 1
rt_sigaction: 1
close: 1
rt_sigprocmask: 1
# execve is required only to start etphid_updater via minijail.
execve: 1
faccessat: 1
newfstatat: 1
fstatfs: 1
read: 1
set_tid_address: 1
set_robust_list: 1
prlimit64: 1
getrandom: arg2 in ~GRND_RANDOM
getdents64: 1
write: 1
exit_group: 1
restart_syscall: 1
exit: 1
rt_sigreturn: 1