Re-exports§
pub use error::SandlockError;pub use policy::Policy;pub use policy::PolicyBuilder;pub use result::RunResult;pub use result::ExitStatus;pub use sandbox::Sandbox;pub use pipeline::Stage;pub use pipeline::Pipeline;
Modules§
- context
- error
- fork
- COW fork — create lightweight clones of a sandboxed process.
- image
- Extract local Docker/OCI images into rootfs directories for sandboxing.
- landlock
- pipeline
- Sandbox pipeline — chain multiple sandboxed stages connected by pipes.
- policy
- policy_
fn - Dynamic policy — live policy modification via syscall event callbacks.
- profile
- result
- sandbox
- seccomp
Structs§
- Checkpoint
- A frozen snapshot of sandbox state.
Constants§
- MIN_
LANDLOCK_ ABI - Minimum Landlock ABI version required by sandlock.
Functions§
- landlock_
abi_ version - Query the Landlock ABI version supported by the running kernel.