Share the file descriptor table of the process.
const CLONE_FILES: CloneFlags = CloneFlags(cty::CLONE_FILES);
clone(2) and CLONE_FILES therein