Bug 1584312
| Summary: | SELinux dac_override breaks exim hourly queue run | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joe Orton <jorton> |
| Component: | exim | Assignee: | David Woodhouse <dwmw2> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 28 | CC: | bennie.joubert, dwmw2, jskarvad, tremble |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-05-31 16:13:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I guess it's dupe of bug 1574303, please try with selinux-policy-3.14.1-30.fc28. Thanks, yes, it works with the updated selinux-policy. *** This bug has been marked as a duplicate of bug 1574303 *** |
Description of problem: The hourly queue run no longer happens in Fedora 28, and there is audit log spam which I assume is related. Version-Release number of selected component (if applicable): exim-4.91-1.fc28.x86_64 selinux-policy-3.14.1-29.fc28.noarch How reproducible: always Steps to Reproduce: 1. send mail offline 2. go online 3. expect mail to be delivered Actual results: no queue run, much audit spam Expected results: much mail sent, no audit spam Additional info: ausearch -ts today spams hourly: time->Wed May 30 09:13:04 2018 type=AVC msg=audit(1527667984.934:320): avc: denied { dac_override } for pid=8485 comm="exim" capability=1 scontext=system_u:system_r:exim_t:s0 tcontext=system_u:system_r:exim_t:s0 tclass=capability permissive=0 ---- time->Wed May 30 10:13:04 2018 type=AVC msg=audit(1527671584.933:372): avc: denied { dac_override } for pid=10926 comm="exim" capability=1 scontext=system_u:system_r:exim_t:s0 tcontext=system_u:system_r:exim_t:s0 tclass=capability permissive=0 ...