Wrong file ownership on volumes initialized from container image #7130
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
The bind-mounted, freshly initialized volume contains correct files from the original
container image - but wrong permissions, when some directory has
rwx------
permissions.
Steps to reproduce the issue:
Describe the results you received:
You can see in that output that file ownership differs in the two
podman run
scenarios,one run with
-v
and one without.Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
Normal F32 x86_64 native box.
The text was updated successfully, but these errors were encountered: