Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |