Bug 618956
| Summary: | SELinux is preventing /usr/sbin/exim "dac_override" access . | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Murphy <sysoutfran> | ||||||
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 14 | CC: | dwalsh, joe.christy, mgrepl, sysoutfran | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | setroubleshoot_trace_hash:dc211670da98847bec2958f8b7eaacb0f8b0a2c47e25050a4ede2c6e52591125 | ||||||||
| Fixed In Version: | selinux-policy-3.8.8-20.fc14 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-09-01 06:03:03 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Frank Murphy
2010-07-28 07:51:41 UTC
Can you add this command auditctl -w /etc/shadow -p w And see if you can generate the error again. Then you should get a path with the next avc message. Please attach the message Created attachment 435223 [details]
sealert dac_override
(In reply to comment #1) > Can you add this command > > auditctl -w /etc/shadow -p w > > And see if you can generate the error again. Then you should get a path with > the next avc message. > > Please attach the message Ran the command last night as root (su), hope that was correct. Attached is the avc from this morning. Can you get the full output of ausearch -m avc Created attachment 435324 [details]
ausearch -m avc
Miroslav,
Add
allow logwatch_mail_t self:capability { dac_read_search dac_override };
to logwatch.te
For reading all log files.
Change mta.te exim calls to
optional_policy(`
exim_domtrans(user_mail_domain)
exim_manage_log(user_mail_domain)
')
Fixed in selinux-policy-3.7.19-42.fc13 Am getting this in F14 Branched now Current installed policy: Source RPM Packages exim-4.71-4.fc14 Policy RPM selinux-policy-3.8.8-8.fc14 Fixed in selinux-policy-3.8.8-9.fc14 selinux-policy-3.8.8-20.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/selinux-policy-3.8.8-20.fc14 selinux-policy-3.8.8-20.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/selinux-policy-3.8.8-20.fc14 selinux-policy-3.8.8-20.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/selinux-policy-3.8.8-20.fc14 selinux-policy-3.8.8-20.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |