sandlock-core 0.8.3

Lightweight process sandbox using Landlock, seccomp-bpf, and seccomp user notification
Documentation
1
2
3
4
5
6
pub mod bpf;
pub(crate) mod ctx;
pub mod dispatch;
pub mod notif;
pub(crate) mod state;
pub mod syscall;