We are using SELinux in RHEL 8, which in our company does not allow for home directories for users.
There are some containers which are started by the root user (which does have a home directory). But all interactive users such as myself do not have a home directory (due to security enforcement).
Therefore whenever I run any podman
commands, it fails with cannot write to /home/<user>
How can I use podman when there is no possibility of a home directory? Seems a big flaw in podman to enforce this requirement. Unless of course, someone can tell me what the change is I need to make?
cheers!