diff options
author | Silvino Silva <silvino@bk.ru> | 2020-05-13 01:18:16 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2020-05-13 01:18:43 +0100 |
commit | 3bd43803fc8cb7a39a87394cb7c491ddc151e06b (patch) | |
tree | 08fbb9cc8a707f2bf69bbaa76e0aca059ced36d6 /core/apparmor.html | |
parent | 5eec098c537ed98f76af59c37a54cb45645cc2a6 (diff) | |
parent | 613cddf942a6380878b50049ae8e8cf0a6981014 (diff) | |
download | doc-3bd43803fc8cb7a39a87394cb7c491ddc151e06b.tar.gz |
doc release 0.6.5
Diffstat (limited to 'core/apparmor.html')
-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> |