config: description
authorRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 01:29:40 +0000 (03:29 +0200)
committerRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 01:29:40 +0000 (03:29 +0200)
config.proto

index e392e4e2f45441ecb672c695560a1bd8268f5e95..1fbab6d948e47e9322c67d914260cfb71d0fd61f 100644 (file)
@@ -125,12 +125,12 @@ message NsJailConfig {
        required bool clone_newcgroup = 39 [default = false];
 
        /* Mappings for UIDs and GIDs. See the description for 'msg IdMap'
-       for more */
+          for more */
        repeated IdMap uidmap = 40;
        repeated IdMap gidmap = 41;
 
        /* Mount points inside the jail. See the description for 'msg MountPt'
-       for more */
+          for more */
        repeated MountPt mount = 42;
        /* Should /proc be mounted? One can also force this in the 'mount' */
        required bool mount_proc = 43 [default = true];