Merge pull request #1999 from RealRancor/selinux_sealert

SELinux troubleshooting
This commit is contained in:
Carla Schroder
2016-01-07 09:48:25 -08:00

View File

@@ -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.