Skip to main content

Module context

Module context 

Source

Structs§

PipePair
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_syscalls names 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.