Disabling SELinux on CentOS
We can disable SELinux by editing the /etc/selinux/config configuration file.
We will need to change the following line
SELINUX=enforcing
as listed below.
SELINUX=disabled
After this modification we need to reboot our system.
Related posts:
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.
