|
|
Subscribe / Log in / New account

idmapped mounts

idmapped mounts

Posted May 2, 2025 17:19 UTC (Fri) by Conan_Kudo (subscriber, #103240)
In reply to: idmapped mounts by NYKevin
Parent article: Addressing UID/GID drift in rpm-ostree and bootc

Yep. And personally, I think it's a smarter model.


to post comments

idmapped mounts

Posted May 3, 2025 8:44 UTC (Sat) by Wol (subscriber, #4433) [Link]

The problem is that - in the standard Unix filesystem model - we have a flat root-level namespace. All files are uniquely identified by their i-node.

The directory system is independent (which is what gives us hard links). So the mechanism that works everywhere else - "traverse back up the file tree until you hit an ACL" - doesn't work in Posix.

Cheers,
Wol


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds