Check the status of SELinux sestatus. Disable SELinux Temporarily echo 0 > /selinux/enforce or setenforce 0. Disable SELinux Permanently. /etc/sysconfig/selinux.
Configure SELINUX=disabled in the /etc/selinux/config file: # This file controls the state of SELinux on the system. # SELINUX= can take one of these three ...
You can disable SELinux and make it persistent across reboots by editing /etc/selinux/config. sudo nano /etc/selinux/config Specify permissive or disabled for ...