Replies: 1 comment
-
Are you sure this is an selinux issue? If you do Are you running rootless containers? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Apache running in a container via Podman.
I have one NFS share mounted in a subfolder to a mounted folder via volumes. It is muonted like:
without trailing :Z or :z
The NFS share are mounted at html/shared.
Now I have the problem thar my web server cannot write to any files in html-folder, not in the NFS mounted "shared" either. If I remove the NFS share the web server can wright to files (some pages write to some local Json files).
I'm using Redhat 8 so I guess SELinux are involved in the problem.
"ls -laZ html/" gives among others
I guess it is due to the SELinux I cannot write to she shared folder but it is also disable writing to info folder.
How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions