mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update apparmor_kernel_development_guide_notifications
parent
ddbe9200e9
commit
c13303bde4
1 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue