Opaque works in Fedora, not ubuntu, and at the same time, if you try to just CLONE_NEWNS, it cannot work, it seems not quite the same as a direct call
clone (child_main, child_stack + STACK_SIZE, CLONE_NEWUTS | CLONE_NEWPID | CLONE_NEWNS | SIGCHLD, NULL);
this call, namespace operations can be seen from another namespace
source
share