Merge "[doc] Add modern method for disabling selinux via grubby"

This commit is contained in:
Zuul
2025-07-01 12:37:32 +00:00
committed by Gerrit Code Review

View File

@@ -101,6 +101,13 @@ Configure CentOS / Rocky
#. Disable SELinux. Edit ``/etc/sysconfig/selinux``, make sure that
``SELINUX=enforcing`` is changed to ``SELINUX=disabled``.
# For RHEL distributions starting from version 9 the recommended
way to disable SELinux is via the boot loader using grubby:
.. code-block:: shell-session
# grubby --update-kernel ALL --args selinux=0
.. note::
SELinux enabled is not currently supported in OpenStack-Ansible