projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3734b88
)
cmdline/config: make --enable_clone_newcgroup obsolete by enabling CLONE_NEWCGROUP...
author
Robert Swiecki
<robert@swiecki.net>
Thu, 26 Oct 2017 14:19:30 +0000
(16:19 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Thu, 26 Oct 2017 14:19:30 +0000
(16:19 +0200)
cmdline.c
patch
|
blob
|
history
diff --git
a/cmdline.c
b/cmdline.c
index 5dbd8abad1fe942b6950670e6cd1b0c36fd2b548..84867958b27b4eb4112342d542cbcf332545de28 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 =
fals
e,
+ .clone_newcgroup =
tru
e,
.mode = MODE_STANDALONE_ONCE,
.is_root_rw = false,
.is_silent = false,