Registry / security / seccompiler

seccompiler

JSON →
library0.5.0rscratesunverified

Provides easy-to-use seccomp-bpf jailing.

# Cargo.toml [dependencies] seccompiler = "0.5.0"
INSTALL
IMPORT
SIG · SECCOMPILER
S
seccompiler
securityrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SeccompAction
use seccompiler::SeccompAction;

Defines a seccomp action for system call filtering.

use seccompiler::SeccompAction; fn main() { let action = SeccompAction::Allow; println!("Action: {:?}", action); }
Debug
Known issues
gotchaRequires Linux with seccomp support
fix
Ensure your target platform is Linux with seccomp enabled.
affects: >=0.1.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
seccompiler — cargo add seccompiler · libregistry