Disabling SELinux

Use the following instructions to disable SELinux.

  1. Set the SELinux mode as disabled using the command as a root user:

    sed -i -e "s/^SELINUX=.*/SELINUX=disabled/" /etc/selinux/config
  2. Reboot the system using the command:

    reboot
  3. Verify the SELinux status using the command:


    sestatus


  4. Verify the output:

    SELinux
    status:disabled