NEWS: Mention overrides for AppArmor profiles and abstractions

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
Andrea Bolognani 2023-06-29 14:10:31 +02:00
parent 4c6feb832f
commit cd4bdcb8cf

View File

@ -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**