Skip to content

Commit

Permalink
B OpenNebula/one#6584: apparmor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mikalai Kutouski <[email protected]>
  • Loading branch information
mkutouski committed May 10, 2024
1 parent b15c70e commit 7e4d18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/open_cluster_deployment/common_node/apparmor.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Depending on the type of OpenNebula deployment, the AppArmor can block some operations initiated by the OpenNebula Front-end, which results in a failure of the particular operation. It's **not recommended to disable** the apparmor on production environments, as it degrades the security of your server, but to investigate and workaround each individual problem, a good starting point is `AppArmor HowToUse Guide <https://wiki.debian.org/AppArmor/HowToUse/>`__. The administrator might disable the AppArmor to temporarily workaround the problem or on non-production deployments the steps for disabling it can be found `here <https://wiki.debian.org/AppArmor/HowToUse#Disable_AppArmor>`__.

.. note:: Depending on your OpenNebula deployment type, the following lines might be required at ``/etc/apparmor.d/abstractions/libvirt-qemu`` profile:
.. note:: Depending on your OpenNebula deployment type, the following lines might be required at ``/etc/apparmor.d/local/abstractions/libvirt-qemu`` profile:

.. prompt:: bash # auto

# /var/lib/one/datastores/** rwk,
/var/lib/one/datastores/** rwk,

0 comments on commit 7e4d18e

Please sign in to comment.