Jan
23
Published by Kieran in Computer Science
ยท Leave your thoughts
( words)
( words)
Recently I’ve been using Centos a lot and SELinux has been somewhat painful to get used to in comparison to other systems, for example Debian. With some determination to not disable SELinux, I eventually found out how to understand why certain functionality was not performing as expected:
Error log file:
/var/log/audit/audit.log
Converting to human readable error messages:
yum install setroubleshoot-server sealert -a /var/log/audit/audit.log > /var/log/audit/audit_human_readable.log
The new log file should now suggest fixes to resolve SELinux blocking access.