Rate This Document
Findability
Accuracy
Completeness
Readability

Configuring SELinux

Set the permissive mode on all nodes.

  1. Set the permissive mode temporarily. The configuration becomes invalid after the system restarts.
    Set the permissive mode on all nodes.
    1
    setenforce permissive
    

  2. Set the permissive mode permanently. The configuration takes effect upon the next restart.
    1. Open the file.
      1
      vi /etc/selinux/config
      
    2. Enter i to enter the insert mode and set SELINUX to permissive.

    3. Press Esc to exit the insert mode. Type :wq! and press Enter to save the file and exit.