forked from Controls/gitea-pages
show how to enable noaudit rules agaion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user