Psychz - Rahul
Votes: 0Posted On: Oct 03, 2017 07:24:37
SELinux has three basic modes of operation, of which Enforcing is set as the installation default mode.
The SELinux mode can be viewed and changed by using the SELinux Management GUI tool available on the Administration menu or from the command line by running 'system-config-selinux' (the SELinux Management GUI tool is part of the 'policycoreutils-gui' package and is not installed by default).
Use the 'sestatus' command to view the current SELinux status
# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: enforcing
Mode from config file: enforcing
Policy version: 21
Policy from config file: targeted
To make changes persistent through a system reboot, edit the 'SELINUX=' line in "/etc/sysconfig/selinux
cat /etc/sysconfig/selinux
And set/update it as follows
SELINUX=disabled