cmdline/config: make --enable_clone_newcgroup obsolete by enabling CLONE_NEWCGROUP...
authorRobert Swiecki <robert@swiecki.net>
Thu, 26 Oct 2017 14:19:30 +0000 (16:19 +0200)
committerRobert Swiecki <robert@swiecki.net>
Thu, 26 Oct 2017 14:19:30 +0000 (16:19 +0200)
cmdline.c

index 5dbd8ab..8486795 100644 (file)
--- a/cmdline.c
+++ b/cmdline.c
@@ -344,7 +344,7 @@ bool cmdlineParse(int argc, char* argv[], struct nsjconf_t* nsjconf) {
            .clone_newpid = true,
            .clone_newipc = true,
            .clone_newuts = true,
-           .clone_newcgroup = false,
+           .clone_newcgroup = true,
            .mode = MODE_STANDALONE_ONCE,
            .is_root_rw = false,
            .is_silent = false,