sandbox-namespace 0.2.1

Linux namespace management for sandbox-rs with user namespace support
Documentation
1
2
3
4
5
6
7
8
9
//! sandbox-namespace: Linux namespace isolation with user namespace support
//!
//! Provides namespace configuration and user namespace UID/GID mapping
//! for both privileged and unprivileged sandboxing.

pub mod config;
pub mod user_ns;

pub use config::{NamespaceConfig, NamespaceType};