Constant lrs::process::clone::CLONE_NEWPID

Put the child in a new PID namespace.

Syntax

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

See also