Debug SELinux denials
In Splunk Enterprise for Common Criteria, denials are almost always the result of introducing a new policy:
1. Check the audit log to ensure there are no relevant denials:
type=AVC
2. If there are any denials, convert them to allow rules for the Type Enforcement definition file (*.te).
For example, grep denies "/vr/log/audit/audit.log, you can convert to allow as follows:
grep "denied" /var/log/audit/audit.log | audit2allow
Uninstall Splunk | Find errors |
This documentation applies to the following versions of Splunk® Enterprise: 7.3.3, 7.3.4, 8.1.1, 9.0.4, 9.0.5, 9.0.6, 9.0.7, 9.0.8, 9.0.9, 9.0.10, 9.1.0, 9.1.1, 9.1.2, 9.1.3, 9.1.4, 9.1.5, 9.1.6, 9.1.7, 9.2.0, 9.2.1, 9.2.2, 9.2.3, 9.2.4
Feedback submitted, thanks!