Constant lrs::process::clone::CLONE_NEWUSER

Put the child in a new user namespace.

Syntax

const CLONE_NEWUSER: CloneFlags = CloneFlags(cty::CLONE_NEWUSER);

See also