|
|
|
|
|
by gourlaysama
1851 days ago
|
|
There is a new mount syscall in Linux 5.12, see "ID remapping in mounts" [1], that should help with all the permission madness, eventually. It allows different mounts to expose the same content with different ownership, and in general to map permissions IDs between mounts in any way we like. systemd-homed wll use that to abstract over the uids and gids of portable home directories, for example. [1]: https://lwn.net/Articles/837566/ |
|