Troubleshooting |
Disable SELinux (ONLY RedHat, CentOS and Fedora)
$ system-config-securitylevel
If you cannot disable SELinux via the method above, then you must edit the following config file (with super user permissions):
/etc/selinux/config
Within this file, locate the following line:
SELINUX=enforcing
Change the setting's value to disabled, as shown below.
SELINUX=disabled