Configuring SELinux
Set the permissive mode on all nodes.
- Set the permissive mode temporarily. The configuration becomes invalid after the system restarts.Set the permissive mode on all nodes.
1setenforce permissive
- Set the permissive mode permanently. The configuration takes effect upon the next restart.
- Open the file.
1vi /etc/selinux/config - Enter i to enter the insert mode and set SELINUX to permissive.

- Press Esc to exit the insert mode. Type :wq! and press Enter to save the file and exit.
- Open the file.
Parent topic: Configuring the System