Disable SELinux in Fedora
By: Zhiqiang Ma
On: Feb 22, 2010
Views: 84 Comment: 1
Print
Email
Tags: client config, Fedora, Linux, server config, tutorials
Tags: client config, Fedora, Linux, server config, tutorials
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.
Read more:
- lftp disable ssl
- Setting up Stable Xen Dom0 with Fedora: Xen 4.0.0 with Xenified Linux Kernel 2.6.32.13 in Fedora 12
- Setting up Xen pvops Dom0 on Fedora : Xen 3.4.2 + Kernel 2.6.31 with paravirt_ops in Fedora 12
- Setting up Xen Dom0 on Fedora : Xen 3.4.1 with Linux Kernel 2.6.29 on Fedora 12
- Fedora 中文字体设置
- Compiz-fusion on Fedora


















[...] Fedora 12 x86_64 SELinux is disabled. Please refer here for detail: disabled SELinux on Fedora. [...]