mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update apparmor_kernel_development_guide
parent
dfb2387282
commit
6b2f0b25ed
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ Mediation
|
|||
- task.c, include/task.h: task related mediation and storing off of state for nonewprivs, change_hat, change_onexec
|
||||
- resource.c, include/resource.h: mediation of rlimits, and also setting rlimits to profile defined values
|
||||
|
||||
# LSM
|
||||
Infrastructure that provides a set of hooks and blobs off of kernel object. Hooks are spread through out the kernel, called using
|
||||
- security_XXX.
|
||||
????
|
||||
|
||||
# task labeling
|
||||
The task's label is stored off of the task's cred security blob, not the task security blob. In older versions of apparmor the data stored in the task security blob was also stored in the cred security blob in addition to the label, and there was no task security blob.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue