Structs§
- Pipe
Pair - Pipes for parent-child communication after fork().
Functions§
- arg_
filters - Build argument-level seccomp filter instructions matching the Python
_build_arg_filters()exactly. - deny_
syscall_ numbers - Resolve
deny_syscallsnames to numbers. - notif_
syscalls - Determine which syscalls need
SECCOMP_RET_USER_NOTIF. - syscall_
name_ to_ nr - Map a syscall name to its
libc::SYS_*number.