about summary refs log tree commit diff stats
path: root/core
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 /core
parentdba7b63eba6be97decf942c385dd00301e29717e (diff)
downloaddoc-613cddf942a6380878b50049ae8e8cf0a6981014.tar.gz
improved apparmor documentation
Diffstat (limited to 'core')
-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>
='n134' href='#n134'>134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169