mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
This makes sure that: 1. Already existing directories are left untouched 2. Newly created directories are chowned to the correct root UID/GID in case of user namespaces 3. All parent directories still get created with host root UID/GID Fix #21738 Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>