Filesystem UID mapping for user namespaces: yet another shiftfs
Filesystem UID mapping for user namespaces: yet another shiftfs
[Kernel] Posted Feb 17, 2020 19:35 UTC (Mon) by corbet
The idea of an ID-shifting virtual filesystem that would remap user and group IDs before passing requests through to an underlying real filesystem has been around for a few years but has never made it into the mainline. Implementations have taken the form of shiftfs and shifting bind mounts. Now there is yet another approach to the problem under consideration; this one involves a theoretically simpler approach that makes almost no changes to the kernel's filesystem layer at all.