Constant lrs::process::clone::CLONE_UNTRACED

Don't allow the child process to be traced.

Syntax

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

See also