We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7abf30 + f520eab commit 4c8007fCopy full SHA for 4c8007f
libcontainer/nsenter/nsexec.c
@@ -438,10 +438,6 @@ void nsexec(void)
438
/* Parse all of the netlink configuration. */
439
nl_parse(pipenum, &config);
440
441
- /* clone(2) flags are mandatory. */
442
- if (config.cloneflags == -1)
443
- bail("missing cloneflags");
444
-
445
/* Pipe so we can tell the child when we've finished setting up. */
446
if (socketpair(AF_LOCAL, SOCK_STREAM, 0, syncpipe) < 0)
447
bail("failed to setup sync pipe between parent and child");
0 commit comments