Function gaol::platform::linux::namespace::start

source ยท
pub fn start(profile: &Profile, command: &mut Command) -> Result<Process>
Expand description

Spawns a child process in a new namespace.

This function is quite tricky. Hic sunt dracones!