mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update Complain Mode
parent
6300c7941f
commit
eda578f602
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ ALLOWED
|
|||
When an application executes another application profile rules are used to determine the confinement of the subsequent application. However applications in complain mode often do not have a fully developed profile and the confinement of the child application may not be defined. Instead of folding the child applications behavior logging in to the current applications profile, apparmor can create special profiles that are used to track and learn application behavior of child processes. Specifically these special "null-" profiles are created when a confined application in complain mode tries to exec another application and the profile has no matching rule that defines the expected behavior, or has a rule that explicitly says a special null-XXXX profile should be created.
|
||||
|
||||
|
||||
don't know in kernel if want to fold behavior of child into current
|
||||
into existing profile
|
||||
into new child profile
|
||||
|
||||
The creation of the null-XXXX profile allows the child applications logging stream to treat
|
||||
|
||||
Eg.
|
||||
|
|
Loading…
Add table
Reference in a new issue