Changes

Jump to navigation Jump to search
47 bytes added ,  23:52, 22 January 2013
Line 95: Line 95:  
==== Disable SELinux ====
 
==== Disable SELinux ====
 
It will be easier to see what's going on (and turn off selinux at kernel level, just to be sure)
 
It will be easier to see what's going on (and turn off selinux at kernel level, just to be sure)
sed -i -e 's/rhgb quiet/selinux=0/g' /boot/grub/menu.lst
+
<syntaxhighlight lang="Bash">
sed -i -e 's/SELINUX=.*/SELINUX=disabled/g' /etc/sysconfig/selinux
+
sed -i -e 's/rhgb quiet/selinux=0/g' /boot/grub/menu.lst
 +
sed -i -e 's/SELINUX=.*/SELINUX=disabled/g' /etc/sysconfig/selinux
 +
</syntaxhighlight>
    
==== Remove selinux-policy-targeted and authconfig ====
 
==== Remove selinux-policy-targeted and authconfig ====

Navigation menu