Share System V semaphores with the process.
const CLONE_SYSVSEM: CloneFlags = CloneFlags(cty::CLONE_SYSVSEM);
clone(2) and CLONE_SYSVSEM therein