We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575623c commit c1d9334Copy full SHA for c1d9334
pages/linux/audit2allow.md
@@ -17,6 +17,10 @@
17
18
`sudo audit2allow {{[-a|--all]}} {{[-M|--module]}} {{module_name}}`
19
20
+- Explain why SELinux denials occurred (audit2why):
21
+
22
+`sudo audit2allow {{[-a|--all]}} --why`
23
24
- Display detailed information around generated messages:
25
26
`sudo audit2allow {{[-a|--all]}} {{[-e|--explain]}}`
@@ -25,10 +29,6 @@
29
30
`sudo audit2allow {{[-a|--all]}} {{[-R|--reference]}}`
27
31
28
-- Install the generated policy module:
-
-`sudo semodule {{[-i|--install]}} {{module_name.pp}}`
32
- Generate allow rules for a specific service:
33
34
`sudo ausearch {{[-m|--message]}} avc {{[-c|--comm]}} {{service_name}} | audit2allow {{[-M|--module]}} {{policy_name}}`
0 commit comments