diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/apparmor.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/apparmor.html b/core/apparmor.html index 22b5183..fcb34fe 100644 --- a/core/apparmor.html +++ b/core/apparmor.html @@ -164,6 +164,13 @@ # aa-logprof -f /var/log/kernel </pre> + <p>Apparmor will give several options such as;</p> + + <dl> + <dt>Inherit ix</dt><dd>Creates a rule that is denoted by ix within the profile, causes the executed binary to inherit permissions from the parent profile.</dd> + <dt>Child cx</dt><dd>Creates a rule that is denoted by within the profile, requires a sub-profile to be created within the parent profile and rules must be separately generated for this child (prompts will appear when running scans on the parent).</dd> + </dl> + <h2 id="edit">2.6.1.5 Edit profiles</h2> <h3>File Globing</h3> |