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