Share the filesystem information of the process.
const CLONE_FS: CloneFlags = CloneFlags(cty::CLONE_FS);
clone(2) and CLONE_FS therein