Change SElinux mode from enforcing on CentOS 6.4
Solution:
$> sudo gedit /etc/selinux/config
Then put the ones you want :
# enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=disabled
Recent Comments