Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
* **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**