containers / storage

Container Storage Library
Apache License 2.0
548 stars 237 forks source link

composefs fsverity should be configurable #2017

Open cgwalters opened 1 month ago

cgwalters commented 1 month ago

Today the composefs backend basically does "enable fsverity if we can" by default. In the code, there is a proper enum but AFAICS it is not exposed via e.g. storage.conf or otherwise.

In contrast in ostree, we did make this explicitly configurable.

(queue the overall problem that we need to unify ostree and c/storage)

Different system operators, may reasonably want distinct things:


Bikeshed: We could just expose this via storage.conf I guess, something like use_composefs = signed | verity | yes | no or so.

rhatdan commented 1 month ago

@giuseppe PTAL

rhatdan commented 1 month ago

@alexlarsson PTAL