blob: 88393599477b14040eeba129278aa3bf16b2faff [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
write: 1
clock_nanosleep: 1
openat: 1
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
fstat: 1
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
brk: 1
close: 1
munmap: 1
rt_sigaction: 1
read: 1
rt_sigprocmask: 1
lseek: 1
# execve is required only to start etphid_updater via minijail.
execve: 1
faccessat: 1
newfstatat: 1
fstatfs: 1
set_tid_address: 1
set_robust_list: 1
prlimit64: 1
getrandom: arg2 in ~GRND_RANDOM
getdents64: 1
exit_group: 1
restart_syscall: 1
exit: 1
rt_sigreturn: 1