mirror of
https://github.com/moby/moby.git
synced 2026-08-09 09:33:50 +00:00
The image subpath test uses a fixed number of parent traversals to reach an existing path outside the image root. User namespace remapping adds another directory to the graph root, so the link instead resolves to a nonexistent path and returns ErrNotAccessible. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>