Disable SELinux in Fedora
SELinux’s configuration file is /etc/selinux/config
The method to diable SELinux in Fedora:
$ cd /etc/selinux/ $ su # cp config config.bak0 # vi config
Find this line:
SELINUX=enforcing
Change it to:
SELINUX=disabled
Update history:
Updated on May 16, 2010. Change “enable” to “enforcing” which is right.
Author: Zhiqiang Ma
Posted on: Feb 22, 2010
Views: 537
Tags: Client config, Fedora, Server config, Tutorial
Tags: Client config, Fedora, Server config, Tutorial