From: Lennart Poettering <[email protected]> Date: Mon, 07 Sep 2026 11:50:47 -0500 > Huh, what's the usecase for this? why would you want to combine that? > i don't get it? > > I'd normally expect people to either use subuids and the stuff that > comes with it, or uses nsresoured stuff, but i fail to see why you'd > want both for the same container?
This isn't for containers, but instead for programs like Disk Usage Analyzer or trash-utils that work on arbitrary files owned by users. A user should be able to create a user namespace where they have access to all of "their own" files for management, organization, searching, indexing, etc. Skye
