jail: remove accidentally added lines
[oweals/procd.git] / jail / jail.c
index 47da1c1229a9481a97ba79be90a92301d38e0499..c6096f89502936509589f47ae506ec8088b2a4be 100644 (file)
@@ -479,9 +479,6 @@ int main(int argc, char **argv)
                        add_mount("/etc/group", 0, -1);
                }
 
-               if (opts.namespace & NAMESPACE_IPC)
-                       flags |= CLONE_NEWIPC;
-
                int flags = CLONE_NEWPID | CLONE_NEWNS | CLONE_NEWIPC | SIGCHLD;
                if (opts.hostname)
                        flags |= CLONE_NEWUTS;