zerobox-linux-sandbox 0.3.2

Sandbox any command with file, network, and credential controls.
Documentation
1
2
3
4
5
6
/// Note that the cwd, env, and command args are preserved in the ultimate call
/// to `execv`, so the caller is responsible for ensuring those values are
/// correct.
fn main() -> ! {
    zerobox_linux_sandbox::run_main()
}