Crate letmein_seccomp

Source

Structs§

Filter
A compiled seccomp filter program.

Enums§

Action
Action to be performed, if a syscall is executed that is not in the allow-list.
Allow
Abstract allow-list features that map to one or more syscalls each.

Functions§

seccomp_supported
Returns true if seccomp is supported on this platform.