Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: give instructions on compiling SELinux policy module

...

Your .te file may obviously contain extra defintions and rules depending upon what your local httpd is trying to access, however, if the above info is in there, then that should cure the Can't connect to listener process issue, even when restarting SELinux in enforcing mode once again.

Compile and install the policy file with:

No Format
checkmodule -m -M -o mod_shib-to-shibd.mod mod_shib-to-shibd.te 
semodule_package -o mod_shib-to-shibd.pp -m mod_shib-to-shibd.mod
semodule -i mod_shib-to-shibd.pp 

 

The defintions and rules in the simplistic module as detailed above should be available in the officially supported module referenced on the Security Enhanced Linux page.