Skip to content

Commit

Permalink
add debugs
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Nov 21, 2024
1 parent 3b52768 commit 3d0f2c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/verity/verity.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3d0f2c3

Please sign in to comment.