about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2020-05-13 01:17:59 +0100
committerSilvino Silva <silvino@bk.ru>2020-05-13 01:17:59 +0100
commit613cddf942a6380878b50049ae8e8cf0a6981014 (patch)
tree499494a780fcdb367bd5ea7eb929288b62287cb1
parentdba7b63eba6be97decf942c385dd00301e29717e (diff)
downloaddoc-613cddf942a6380878b50049ae8e8cf0a6981014.tar.gz
improved apparmor documentation
-rw-r--r--core/apparmor.html7
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>