]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention overrides for AppArmor profiles and abstractions
authorAndrea Bolognani <abologna@redhat.com>
Thu, 29 Jun 2023 12:10:31 +0000 (14:10 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jul 2023 12:55:44 +0000 (14:55 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
NEWS.rst

index f0792f4094fc668e52390a354d43098540c5a271..42c2c53091a62b8a5b66101919b8a81ca8622ec5 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,14 @@ v9.6.0 (unreleased)
 
 * **Improvements**
 
+  * apparmor: All profiles and abstractions now support local overrides
+
+    This has long been the case for the ``virt-aa-helper`` profile, but has
+    now been extended to all other profiles and abstractions. The mechanism
+    used is the standard AppArmor 3.x one, where the contents of ``foo`` and
+    ``abstractions/foo`` can be overridden by creating ``local/foo`` and
+    ``abstractions/foo.d`` respectively.
+
 * **Bug fixes**