79550830

Date: 2025-04-02 13:57:33
Score: 0.5
Natty:
Report link

I was able to resolve similar problem on Oracle Linux 8 with SELinux enabled like this:

sudo yum install policycoreutils-python-utils 

sudo setsebool -P use_nfs_home_dirs 1

sudo semanage fcontext -a -t nfs_t "/nethome(/.\*)?"

sudo restorecon -R -v /nethome

NFS share here is /nethome

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Prokhozhii