project-machine / puzzlefs

Apache License 2.0
378 stars 18 forks source link

fs-verity is not verified when extracting the puzzlefs image #82

Open ariel-miculas opened 1 year ago

ariel-miculas commented 1 year ago

puzzlefs extract doesn't verify the root digest of fs-verity (like mount does). Another idea is to implement extract as fuse-mount + copy instead of having a specialized implementation for it.