summaryrefslogtreecommitdiffhomepage
path: root/runsc/config/config.go
diff options
context:
space:
mode:
authorChong Cai <chongc@google.com>2021-03-08 16:54:17 -0800
committergVisor bot <gvisor-bot@google.com>2021-03-08 16:56:16 -0800
commit8018bf62ba5db591ad179ef6a2236bd6179fc4d6 (patch)
tree9f00caa6e78c8904db621b52baf968409754da9a /runsc/config/config.go
parent333e489763cf741035cae7d0b425f22622fea3de (diff)
Internal change.
PiperOrigin-RevId: 361689477
Diffstat (limited to 'runsc/config/config.go')
-rw-r--r--runsc/config/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/runsc/config/config.go b/runsc/config/config.go
index e9fd7708f..34ef48825 100644
--- a/runsc/config/config.go
+++ b/runsc/config/config.go
@@ -64,6 +64,9 @@ type Config struct {
// Overlay is whether to wrap the root filesystem in an overlay.
Overlay bool `flag:"overlay"`
+ // Verity is whether there's one or more verity file system to mount.
+ Verity bool `flag:"verity"`
+
// FSGoferHostUDS enables the gofer to mount a host UDS.
FSGoferHostUDS bool `flag:"fsgofer-host-uds"`