Expand description

extrasafe is a library that makes it easy to improve your program’s security by selectively allowing the syscalls it can perform via the Linux kernel’s seccomp facilities.

See the SafetyContext struct’s documentation and the tests/ and examples/ directories for more information on how to use it.

Re-exports§

Modules§

Macros§

Structs§

Enums§

Traits§

  • A RuleSet is a collection of SeccompRule and LandlockRule s that enable a functionality, such as opening files or starting threads.