Constant lrs::process::clone::CLONE_NEWIPC

Put the child in a new IPC namespace.

Syntax

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

See also