diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-03-09 01:00:40 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-03-09 01:00:40 +0000 |
commit | 48fae14e51110b3d2c88fdb653797feb7726167d (patch) | |
tree | 0a328d16ec1de94f2eb1c42a1fc3d02008a91af7 /runsc/config/config.go | |
parent | cbb1f472eb7fee6e721f9a851a2878ee7fbd5ef9 (diff) | |
parent | 8018bf62ba5db591ad179ef6a2236bd6179fc4d6 (diff) |
Merge release-20210301.0-27-g8018bf62b (automated)
Diffstat (limited to 'runsc/config/config.go')
-rw-r--r-- | runsc/config/config.go | 3 |
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"` |