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:
6dec393
)
config.proto: comment on skip_setsid
author
Robert Swiecki
<robert@swiecki.net>
Thu, 2 Nov 2017 12:08:08 +0000
(13:08 +0100)
committer
Robert Swiecki
<robert@swiecki.net>
Thu, 2 Nov 2017 12:08:08 +0000
(13:08 +0100)
config.proto
patch
|
blob
|
history
diff --git
a/config.proto
b/config.proto
index 7254e0a25248d77f03c4022b9cc5c06d8c2da2aa..02ed8a944d02f3afc12b089ab91c690d3803a9d6 100644
(file)
--- a/
config.proto
+++ b/
config.proto
@@
-121,7
+121,8
@@
message NsJailConfig {
optional bool silent = 23 [default = false];
/* Should the child process have control over terminal?
Can be useful to allow /bin/sh to provide
- job control / signals */
+ job control / signals. Dangerous, can be used to put
+ characters into the controlling terminal back */
optional bool skip_setsid = 24 [default = false];
/* Which FDs should be passed to the newly executed process
By default only FD=0,1,2 are passed */