From cd4bdcb8cf5bad7ea9884d66de9a6f2e654a5f7d Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 29 Jun 2023 14:10:31 +0200 Subject: [PATCH] NEWS: Mention overrides for AppArmor profiles and abstractions Signed-off-by: Andrea Bolognani Reviewed-by: Jim Fehlig --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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**