Disabling SELinux After the Upgrade

After the upgrade, it is mandatory to enable or disable SELinux again as per your requirement.

  1. To disable SELinux run the following commands:
    1. Disable SELinux run the following commands:
      sed -i -e "s/^SELINUX=.*/SELINUX=disabled/" /etc/selinux/config
      reboot