Constant lrs::process::clone::CLONE_NEWUTS

Put the child in a new UTS namespace.

Syntax

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

See also