Expand description
Support for seccomp syscall filtering.
Modules§
- profiles
- Predefined seccomp profiles
Structs§
- Allow
List - Read-only list of allowed syscalls. Methods do not cause memory allocations on the heap.
- Seccomp
- Seccomp configuration
- Syscall
ArgRule - Syscall argument rule
Enums§
- Profile
- Predefined seccomp profile
- Syscall
Rule - Syscall rule
Functions§
- seccomp_
filter - Construct a allowlist syscall filter that is applied post clone.