Merge "[doc] Add modern method for disabling selinux via grubby"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user