Sorry I'm not clear where I want to run these commands, on the host or the container?
thanks
From: Daniel Walsh <dwalsh(a)redhat.com>
Sent: Tuesday, October 5, 2021 7:10 PM
To: podman(a)lists.podman.io
Subject: [Podman] Re: permissions issues to host filesystem when running rootless Vs
rootful and question on opening port on container/host
I am guessing this is an SELinux issue. Perhaps sudo restorecon -R -v
/var/lib/containers
Might fix it.
You can run `sudo ausearch -m avc -ts recent`
After it fails to see if SELinux is involved.