Files
Paweł Gronowski 4d64f0249d daemon/graphdriver: Avoid recursive driver home ownership changes
The daemon root exists before graphdriver initialization, so
recursively creating driver homes can apply the driver's ownership and
mode to missing parent directories.

Create each driver-owned directory directly during initialization,
including the VFS layer parent.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-07-25 01:07:29 +02:00
..