Constant lrs::process::clone::CLONE_NEWNET

Put the child in a new network namespace.

Syntax

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

See also