[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user