From 61480abf3b5174f1fe00bfcefec7074b755b90e3 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 5 Apr 2024 14:03:56 +0200 Subject: [PATCH] show how to enable noaudit rules agaion --- admin-guide/troubleshooting/selinux.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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