From 1788ac7ce9e5f63d5db9e7880f19571fe7b58600 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Sat, 27 May 2017 03:29:40 +0200 Subject: [PATCH] config: description --- config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.proto b/config.proto index e392e4e..1fbab6d 100644 --- a/config.proto +++ b/config.proto @@ -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];