From: Andrea Bolognani Date: Thu, 29 Jun 2023 12:10:31 +0000 (+0200) Subject: NEWS: Mention overrides for AppArmor profiles and abstractions X-Git-Tag: v9.6.0-rc1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4bdcb8cf5bad7ea9884d66de9a6f2e654a5f7d;p=thirdparty%2Flibvirt.git NEWS: Mention overrides for AppArmor profiles and abstractions Signed-off-by: Andrea Bolognani Reviewed-by: Jim Fehlig --- diff --git a/NEWS.rst b/NEWS.rst index f0792f4094..42c2c53091 100644 --- 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**