mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update apparmor_kernel_development_guide
parent
597c4370be
commit
457c8acbfe
1 changed files with 5 additions and 3 deletions
|
@ -204,9 +204,11 @@ view
|
|||
## post 4.13
|
||||
AppArmor replaced the profile* stored in the task_ctx stored off the cred with a label*. Domain transition now consist of building a new label. To do this we walk each profile in the cred label and they can each have a transition
|
||||
|
||||
| A -> D |
|
||||
| B -> B |
|
||||
| C -> A&C |
|
||||
| Profile | |Transition |
|
||||
|---------|--|-----------|
|
||||
| A | -> | D |
|
||||
| B | -> | B |
|
||||
| C | -> | A&C |
|
||||
|
||||
the transition is usually to a single profile (actually label of the profile) but it can be to a label
|
||||
stack, C -> A&C above. This allows setting up stacks etc.
|
||||
|
|
Loading…
Add table
Reference in a new issue