Don't allow the child process to be traced.
const CLONE_UNTRACED: CloneFlags = CloneFlags(cty::CLONE_UNTRACED);
clone(2) and CLONE_UNTRACED therein