diff --git a/admin-guide/troubleshooting/selinux.md b/admin-guide/troubleshooting/selinux.md index d60cb3ec..898069e2 100644 --- a/admin-guide/troubleshooting/selinux.md +++ b/admin-guide/troubleshooting/selinux.md @@ -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