Thursday, November 20, 2014

To control the state of SELinux on the system

Method 1:

To turn off Security-Enhanced Linux (SELinux):
# setenforce 0

Method 2:

# vim /etc/selinux/config

SELINUX=enforcing

No comments: