[install] Disable apparmor on SLES

SLES enables apparmor by default. For dnsmasq to work the user has to
either disable it or disable the dnsmasq profile. This change adds a
note about that.

Change-Id: Ic43260f9bfd94653b0078b64f3a41ddf53cc9c78
This commit is contained in:
Nicolas Bock 2016-11-10 05:21:54 -07:00 committed by KATO Tomoyuki
parent 351a29faad
commit 62d538f25a

View File

@ -326,6 +326,19 @@ Finalize installation
.. only:: obs
.. note::
SLES enables apparmor by default and restricts dnsmasq. You need to
either completely disable apparmor or disable only the dnsmasq
profile:
.. code-block:: console
# ln -s /etc/apparmor.d/usr.sbin.dnsmasq /etc/apparmor.d/disable/
# systemctl restart apparmor
.. end
#. Restart the Compute API service:
.. code-block:: console