Disable SELinux in Fedora

By: Zhiqiang Ma In: Linux

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: 541
Tags: , , ,
Like this post? Subscribe full-text feeds from all Fclose.com blogs:
Add your comments, share your thoughts

Be nice. Keep it clean. Stay on topic. No spam.