Commit 0db62fb
committed
Fix layer ownership after extraction
Layers extracted from tar archives preserve root ownership (UID 0),
which causes 'Permission denied' errors when the host user tries to
access them. Call fix_ownership() after successful layer extraction
to ensure cached layers are accessible.
Part of rootfs permission issue fix.1 parent c63d440 commit 0db62fb
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
401 | 404 | | |
402 | 405 | | |
403 | 406 | | |
| |||
0 commit comments