Constant lrs::process::clone::CLONE_NEWMOUNT

Put the child in a new mount namespace.

Syntax

const CLONE_NEWMOUNT: CloneFlags = CloneFlags(cty::CLONE_NEWNS);

See also