config.proto: comment on skip_setsid
authorRobert Swiecki <robert@swiecki.net>
Thu, 2 Nov 2017 12:08:08 +0000 (13:08 +0100)
committerRobert Swiecki <robert@swiecki.net>
Thu, 2 Nov 2017 12:08:08 +0000 (13:08 +0100)
config.proto

index 7254e0a25248d77f03c4022b9cc5c06d8c2da2aa..02ed8a944d02f3afc12b089ab91c690d3803a9d6 100644 (file)
@@ -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 */