summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-04-05 19:06:01 +0000
committergVisor bot <gvisor-bot@google.com>2021-04-05 19:06:01 +0000
commit9fb1436a3e1abc50e383c26b952bd4eadddd1834 (patch)
tree7963f7f14fcaf534e4ee21e04a17b82b63a49d53 /runsc/cmd
parentf559eb566c1e8ed971cabcd2e721346dda5bdf75 (diff)
parente21a71bff18ba9da30a0ef977c747376d51ce8cb (diff)
Merge release-20210322.0-43-ge21a71bff (automated)
Diffstat (limited to 'runsc/cmd')
-rw-r--r--runsc/cmd/verity_prepare.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/cmd/verity_prepare.go b/runsc/cmd/verity_prepare.go
index 2197cd3f8..66128b2a3 100644
--- a/runsc/cmd/verity_prepare.go
+++ b/runsc/cmd/verity_prepare.go
@@ -102,5 +102,7 @@ func (c *VerityPrepare) Execute(_ context.Context, f *flag.FlagSet, args ...inte
// Force no networking, it is not necessary to run the verity measure tool.
conf.Network = config.NetworkNone
+ conf.Verity = true
+
return startContainerAndWait(spec, conf, cid, waitStatus)
}