Configure SELINUX to be permissive
Regardless of your technical opinion towards SELINUX whether it’s a necessary evil or not worth it you can either change the default state to disabled or permissive which may help trouble shoot permission errors.
To modify SELINUX we need to edit the file /etc/selinux/config, do not forget to become root before modifying the files.
[root@localhost ~]# nano /etc/selinux/config
Search for the line that reads :
SELINUX=enforcing
The following alternative options are available :
permissive and disabled
I prefer the service to function under “permissive”.
SELINUX=permissive
Now, reboot your system and the changes should take effect.
This entry was posted on Thursday, October 9th, 2008 at 3:08 pm and is filed under how to, knowledge base. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

