From: Robert Swiecki Date: Tue, 6 Nov 2018 16:30:04 +0000 (+0100) Subject: config.proto: comments X-Git-Tag: 2.8~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=625e36f9123c9385c30d29ba3f96e7a8fccf78af;p=platform%2Fupstream%2Fnsjail.git config.proto: comments --- diff --git a/config.proto b/config.proto index 144ac00..ca451c6 100644 --- a/config.proto +++ b/config.proto @@ -40,11 +40,11 @@ message MountPt { optional string fstype = 6 [default = ""]; /* E.g. size=5000000 for 'tmpfs' */ optional string options = 7 [default = ""]; - /* Is it 'mount --bind src dst' type of mount */ + /* Is it a 'mount --bind src dst' type of mount? */ optional bool is_bind = 8 [default = false]; - /* It it R/W mount */ + /* Is it a R/W mount? */ optional bool rw = 9 [default = false]; - /* Is it directory? If not specified an internal + /* Is it a directory? If not specified an internal heuristics will be used to determine that */ optional bool is_dir = 10; /* Should the sandboxing fail if we cannot mount this resource? */