Constant lrs::process::clone::CLONE_FS

Share the filesystem information of the process.

Syntax

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

See also