The PuzzleFS container filesystem
The PuzzleFS container filesystem
Posted Sep 26, 2023 14:30 UTC (Tue) by alexl (subscriber, #19068)In reply to: The PuzzleFS container filesystem by bluca
Parent article: The PuzzleFS container filesystem
Posted Sep 26, 2023 14:52 UTC (Tue)
by hsiangkao (guest, #123981)
[Link] (2 responses)
I think if some blob storage layer is just an EROFS image, you could directly apply dm-verity on these layers.
We can also use fs-verity to verity the blob storage layers if these layers are on a RW fs (the current composefs does.)
Posted Sep 26, 2023 15:02 UTC (Tue)
by alexl (subscriber, #19068)
[Link] (1 responses)
Posted Sep 26, 2023 15:09 UTC (Tue)
by hsiangkao (guest, #123981)
[Link]
The PuzzleFS container filesystem
And check dm-verity root digests of these layers before mounting. I think that would be in the same effect, anyway.
The PuzzleFS container filesystem
The PuzzleFS container filesystem
I'm not sure if some people really rely on layering concept (such as system using raw partitions/devices without real filesystem storage), anyway.