Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-25 | nspawn: when readjusting UID/GID ownership of OS trees, skip read-only subtrees | Lennart Poettering | |
This should allow tools like rkt to pre-mount read-only subtrees in the OS tree, without breaking the patching code. Note that the code will still fail, if the top-level directory is already read-only. | |||
2016-04-25 | nspawn: don't try to patch UIDs/GIDs of procfs and suchlike | Lennart Poettering | |
2016-04-25 | nspawn: optionally fix up OS tree uid/gids for userns | Lennart Poettering | |
This adds a new --private-userns-chown switch that may be used in combination with --private-userns. If it is passed a recursive chmod() operation is run on the OS tree, fixing all file owner UID/GIDs to the right ranges. This should make user namespacing pretty workable, as the OS trees don't need to be prepared manually anymore. |