Put the child in a new UTS namespace.
const CLONE_NEWUTS: CloneFlags = CloneFlags(cty::CLONE_NEWUTS);
clone(2) and CLONE_NEWUTS therein