mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update AppArmorDelegation
parent
5480edd371
commit
617cdc591b
1 changed files with 8 additions and 0 deletions
|
@ -284,6 +284,14 @@ First each component of the task confinement is evaluated for transitions, this
|
|||
After the transition evaluation the delegated rules are checked for inheritance.
|
||||
|
||||
|
||||
# delegtion and stacking
|
||||
|
||||
confinement is always expressed in conjunctive normal form
|
||||
|
||||
delegating to a stack
|
||||
(A//&B)//+C is transformed into (A//+C)//&(B//+C)
|
||||
|
||||
|
||||
|
||||
Application Directed Delegation
|
||||
===============================
|
||||
|
|
Loading…
Add table
Reference in a new issue