diff --git a/source/open_cluster_deployment/common_node/apparmor.txt b/source/open_cluster_deployment/common_node/apparmor.txt
index ea96f028e1..503c9026cb 100644
--- a/source/open_cluster_deployment/common_node/apparmor.txt
+++ b/source/open_cluster_deployment/common_node/apparmor.txt
@@ -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 `__. 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 `__.
-.. 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,
\ No newline at end of file
+ /var/lib/one/datastores/** rwk,