diff --git a/pkg/verity/verity.go b/pkg/verity/verity.go index 0b200fe..a8b3e7c 100644 --- a/pkg/verity/verity.go +++ b/pkg/verity/verity.go @@ -288,6 +288,8 @@ func VerityHostMount(fsImgFile string, fsType string, mountpoint string, rootHas } + fmt.Printf("verity mounting %s -> %s (%s,%s)\n", mountSourcePath, mountpoint, fsType, rootHash) + err = errors.WithStack(unix.Mount(mountSourcePath, mountpoint, fsType, unix.MS_RDONLY, "")) if err != nil { if verityDevice != nil {