Wednesday 19 September 2012

Disabling SELINUX in Fedora

Below steps show how to disable SELINUX

To test SeLinux is running or not
[root@center /]# selinuxenabled && echo enabled || echo disabled
enabled

So SELINUX is Enabled

To stop temporary
[root@xyz~] sudo setenforce 0

To stop SELINUX permanently
[root@center /]# vim /etc/selinux/config

#And change
SELINUX=enforcing

to

SELINUX=disabled

Save the File and Restart the system to take effect

Share This!



No comments:

Post a Comment

Here We Write The Problems we face at different situations and Solutions to those problems.