You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we error before we even start an install; if we download filelists this would be pretty easy; without filelists maybe we should have a Provides that flags these special cases? Or we could inject into the base image something that denylists them in the dnf config?
The text was updated successfully, but these errors were encountered:
I'd prefer something based on filelists rather than doing this on a per-package level. That way, third-party packages will be handled correctly too. Either way, we are going to need to have some list, either of "untouchable paths" or "forbidden packages" that we'll need to keep updated. The list of paths is probably going to change less often than the list of packages.
Implementation-wise it should be easy to have persistence=transient imply loading the filelists.
And there should probably be some way for the user to override this check for testing. (Maybe that way will just be to run ostree admin unlock and not use --transient).
@cgwalters said #2195 (comment):
The text was updated successfully, but these errors were encountered: