Skip to content

Commit c1d9334

Browse files
committed
audit2allow: remove semodule example
1 parent 575623c commit c1d9334

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/linux/audit2allow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
`sudo audit2allow {{[-a|--all]}} {{[-M|--module]}} {{module_name}}`
1919

20+
- Explain why SELinux denials occurred (audit2why):
21+
22+
`sudo audit2allow {{[-a|--all]}} --why`
23+
2024
- Display detailed information around generated messages:
2125

2226
`sudo audit2allow {{[-a|--all]}} {{[-e|--explain]}}`
@@ -25,10 +29,6 @@
2529

2630
`sudo audit2allow {{[-a|--all]}} {{[-R|--reference]}}`
2731

28-
- Install the generated policy module:
29-
30-
`sudo semodule {{[-i|--install]}} {{module_name.pp}}`
31-
3232
- Generate allow rules for a specific service:
3333

3434
`sudo ausearch {{[-m|--message]}} avc {{[-c|--comm]}} {{service_name}} | audit2allow {{[-M|--module]}} {{policy_name}}`

0 commit comments

Comments
 (0)