Disabling SELinux Use the following instructions to disable SELinux. Set the SELinux mode as disabled using the command as a root user: sed -i -e "s/^SELINUX=.*/SELINUX=disabled/" /etc/selinux/config Reboot the system using the command: reboot Verify the SELinux status using the command: sestatus Verify the output: SELinux status: disabled