[doc] Add step for SELinux disabling on deployment host

Due to SELinux is unsupported in OpenStack-Ansible it's
recommended to entirely disable it on all hosts.

Change-Id: If6ca93e34d393c822e178a546295d3fea2a62fdc
Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
This commit is contained in:
Dmitriy Chubinidze
2025-07-06 19:17:12 +00:00
parent 0af7463e2b
commit c77aba2957

View File

@@ -74,6 +74,16 @@ Before you begin, we recommend upgrading your system packages and kernel.
# dnf upgrade
#. 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
#. Reboot the host.
#. Install additional software packages if they were not installed