show how to enable noaudit rules agaion

This commit is contained in:
2024-04-05 14:03:56 +02:00
parent cfb0e7ad02
commit 61480abf3b
+5 -1
View File
@@ -54,10 +54,14 @@ restorecon -Rv /var/www/html/var
Ensure that `setroubleshoot-server` is installed for better readable log entries in `/var/log/audit/audit.log` and the journal.
To be sure you see everything, enable full logging with
To see everything, you may enable full logging by disabling the `noaudit` rules:
```bash
semodule -DB
```
revert again after, else it will fill your log:
```bash
semodule -B
```
Check the new log entries since the start of your test
```bash