config.proto: comments

This commit is contained in:
Robert Swiecki 2018-11-06 17:30:04 +01:00
parent 122f251efd
commit 625e36f912

View File

@ -40,11 +40,11 @@ message MountPt {
optional string fstype = 6 [default = ""]; optional string fstype = 6 [default = ""];
/* E.g. size=5000000 for 'tmpfs' */ /* E.g. size=5000000 for 'tmpfs' */
optional string options = 7 [default = ""]; 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]; optional bool is_bind = 8 [default = false];
/* It it R/W mount */ /* Is it a R/W mount? */
optional bool rw = 9 [default = false]; 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 */ heuristics will be used to determine that */
optional bool is_dir = 10; optional bool is_dir = 10;
/* Should the sandboxing fail if we cannot mount this resource? */ /* Should the sandboxing fail if we cannot mount this resource? */