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