From c13303bde42ea0d3dea094f68ef3334e63eb8dde Mon Sep 17 00:00:00 2001 From: John Johansen Date: Tue, 4 Dec 2018 18:31:38 +0000 Subject: [PATCH] Update apparmor_kernel_development_guide_notifications --- apparmor_kernel_development_guide_notifications.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apparmor_kernel_development_guide_notifications.md b/apparmor_kernel_development_guide_notifications.md index 0992198..f84b749 100644 --- a/apparmor_kernel_development_guide_notifications.md +++ b/apparmor_kernel_development_guide_notifications.md @@ -46,13 +46,20 @@ The profile flags apply to all actions that do NOT have a specific match in poli ## State based notifications +These are notifications based on changes to internal state. Policy loads etc. + # Scope of Notification -Namespace -Hierarchical +Notifications listeners are opened against a specific namespace and can be used to listen to events within the namespace's [scope](AppArmorPolicyScope). + +The set of notifications being listened on can be further refined by limiting the type of events being listened for and providing a dfa based filter at registration time that can limit notifications to specific profiles. + +## Format of the dfa + +regular dfa. permission are mapped to the type of notification + -Limiting scope # Notification