Crate extrasafe_multiarch
source ·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
pub use x86_64::*;
Modules
- 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.