Alexander Larsson
Alexander Larsson
I'm not sure we're actually wrong here. But these things are mind-bending, so maybe I'm mistaken. Here is the situation this is targeting: We have an "image" that contains a...
Question though, should we convert an xwhiteout to a regular whiteout when we dump?
This is definitely cool, and will help tons to avoid loads of loopback devices e.g. in the container image case. I agree that the mount code complexity is growing, in...
@allisonkarlitskaya Its needed on e.g. rhel9 at least I belive.
Yeah, EROFS is simpler than read-write OSes, but its not dead simple. The original in-kernel composefs was even simpler, and I believe something like that could eventually get fuzzed to...
I'm not 100% sure this will work. Don't the reading process context have to have access to both the overlayfs upper file and the lower one?
> > Don't the reading process context have to have access to both the overlayfs upper file and the lower one? > > Yeah I think you're right. We could...
Well, what may be useful in the short term is to just do some quick testing to see what the actual permission requirements are atm for the lower dirs.
I agree with the general worry about caching validations. On the other hand, i feel this approach is much more well tied to a non-root approach to erofs mounting. Like,...
> On Fri, Jan 24, 2025, at 7:06 AM, Alexander Larsson wrote: > I agree with the general worry about caching validations. On the other > hand, i feel this...