CentOS Setting up SELinux Permissive
Hi! The Tutorial shows you Step-by-Step How to Disable SELinux on CentOS Linux Workstation/Server.
Security-enhanced Linux (SELinux) provides a mechanism to enforce the separation of information based on confidentiality and integrity requirements.
-
Open a Command Line Shell Session
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Edit the SELinux Config File.
su -c "nano /etc/selinux/config"
Modify the Line:
SELINUX=enforcing
In:
SELINUX=permissive
Ctrl+x to Save & Exit from nano Editor :)