summaryrefslogtreecommitdiffhomepage
path: root/runsc/config/flags.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-03-09 01:00:40 +0000
committergVisor bot <gvisor-bot@google.com>2021-03-09 01:00:40 +0000
commit48fae14e51110b3d2c88fdb653797feb7726167d (patch)
tree0a328d16ec1de94f2eb1c42a1fc3d02008a91af7 /runsc/config/flags.go
parentcbb1f472eb7fee6e721f9a851a2878ee7fbd5ef9 (diff)
parent8018bf62ba5db591ad179ef6a2236bd6179fc4d6 (diff)
Merge release-20210301.0-27-g8018bf62b (automated)
Diffstat (limited to 'runsc/config/flags.go')
-rw-r--r--runsc/config/flags.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/config/flags.go b/runsc/config/flags.go
index 7e738dfdf..adbee506c 100644
--- a/runsc/config/flags.go
+++ b/runsc/config/flags.go
@@ -69,6 +69,7 @@ func RegisterFlags() {
// Flags that control sandbox runtime behavior: FS related.
flag.Var(fileAccessTypePtr(FileAccessExclusive), "file-access", "specifies which filesystem to use for the root mount: exclusive (default), shared. Volume mounts are always shared.")
flag.Bool("overlay", false, "wrap filesystem mounts with writable overlay. All modifications are stored in memory inside the sandbox.")
+ flag.Bool("verity", false, "specifies whether a verity file system will be mounted.")
flag.Bool("overlayfs-stale-read", true, "assume root mount is an overlay filesystem")
flag.Bool("fsgofer-host-uds", false, "allow the gofer to mount Unix Domain Sockets.")
flag.Bool("vfs2", false, "enables VFSv2. This uses the new VFS layer that is faster than the previous one.")