Sunday, January 11, 2009
How To disable SELinux security policy in Redhat and Fedora
Posted on 9:18 AM by Unknown
Login as root then:Edit SELinux config file:# vi /etc/selinux/configThen set SELINUX= to disabled.SELINUX=disabledReplace the current line which most of the time will be set to enforcing. This disabled SELinux on boot, however it is still enabled to disable it without having to reboot execute:setenforce 0Take a look on setsebool command, if you want to enable specific applications without
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment