Function nix::sched::unshare

source ยท
pub fn unshare(flags: CloneFlags) -> Result<()>
Expand description

disassociate parts of the process execution context

See also unshare(2)