Help understanding permissions #17540
realSConway
started this conversation in
General
Replies: 1 comment
-
maybe https://www.redhat.com/sysadmin/debug-rootless-podman-mounted-volumes and https://www.redhat.com/sysadmin/container-permission-denied-errors will help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I need help/assistance on why a file is not accessible to another rootless container running in same pod.
The two projects im using are:
Warning in question is found in btc debug.log:
Authentication cookie /var/lib/tor/control_auth_cookie could not be opened (check permissions)
Containers are run as:
tor has following user/group:
and btc:
permissions to
./tor
I've tried mounting tor volume (
./tor:/var/lib/tor
) with:z
,:Z
:z,U
--group-add keep-groups
or with-e PUID=100
but error is still logged.podman unshare chown 100: ./tor
did nothing either.Shouldn't a uid 0 be able to read/write to a uid 100?
Any pointers would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions