From db73259dcff1892c2afc891535e8a60901b2d701 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Thu, 7 Jan 2016 16:11:23 +0100 Subject: [PATCH] SELinux troubleshooting --- admin_manual/installation/selinux_configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/installation/selinux_configuration.rst b/admin_manual/installation/selinux_configuration.rst index 65db7a798..06a7a5a4a 100644 --- a/admin_manual/installation/selinux_configuration.rst +++ b/admin_manual/installation/selinux_configuration.rst @@ -72,3 +72,12 @@ Allow access to CIFS/SMB If you have placed your datadir on a CIFS/SMB share use the following setting:: setsebool -P httpd_use_cifs on + +Troubleshooting +--------------- + +For general Troubleshooting of SELinux and its profiles try to install the package ``setroubleshoot`` and run:: + + sealert -a /var/log/audit/audit.log > /path/to/mylogfile.txt + +to get a report which helps you configuring your SELinux profiles. \ No newline at end of file