On 5/15/21 11:21, lejeczek via Podman wrote:
Hi guys.
If I use 'uidmap' then container in a pod fails to start/run with:
Error: error stat'ing file
`/var/lib/containers/storage/overlay-containers/18df20ff42cbe9c48807ccd1a529696b93638d81a431161a94d7caeb1f2b6c2b/userdata/shm`:
Permission denied: OCI permission denied
Quite a few "OCI permission" around the net but none relating to that
above I could find.
What might be a solution for the issue?
many thanks, L.
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
You uid map needs to be a subsection of the UIDs available within the
container. Also depending on the container technology used to launch
the container, you could get permission denied from SELinux, SECCPOMP,
Dropped capabilities ...