Bug 736719
| Summary: | SELinux is preventing /usr/libexec/postfix/bounce from 'search' accesses on the directory /var/spool/postfix/defer. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joel Uckelman <uckelman> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | armbru, bojan, brovvnout+rh, dominick.grift, dwalsh, eric, mgrepl, stickster, uckelman |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:194c0fe4104d78bde646ddebbbb5e3930b9a619001287eb2545027f26202e08a | ||
| Fixed In Version: | selinux-policy-3.9.16-48.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-04 02:35: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: | |||
Fixed in selinux-policy-3.9.16-40.fc15 (In reply to comment #1) > Fixed in selinux-policy-3.9.16-40.fc15 Can we get that build in testing? Yes. Will do it today. (In reply to comment #3) > Yes. Will do it today. Can we get that in testing? I have an update in testing. Could you test it the package from the koji for now http://koji.fedoraproject.org/koji/buildinfo?buildID=265538 After installing the build from Koji, I now get Bug 740274. selinux-policy-3.9.16-48.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/selinux-policy-3.9.16-48.fc15 Package selinux-policy-3.9.16-48.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing selinux-policy-3.9.16-48.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-16023/selinux-policy-3.9.16-48.fc15 then log in and leave karma (feedback). selinux-policy-3.9.16-48.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
SELinux is preventing /usr/libexec/postfix/bounce from 'search' accesses on the directory /var/spool/postfix/defer. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that bounce should be allowed search access on the defer directory by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # grep bounce /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:postfix_bounce_t:s0 Target Context system_u:object_r:postfix_spool_maildrop_t:s0 Target Objects /var/spool/postfix/defer [ dir ] Source bounce Source Path /usr/libexec/postfix/bounce Port <Unknown> Host (removed) Source RPM Packages postfix-2.8.4-1.fc15 Target RPM Packages postfix-2.8.4-1.fc15 Policy RPM selinux-policy-3.9.16-38.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 2.6.40.4-5.fc15.x86_64 #1 SMP Tue Aug 30 14:38:32 UTC 2011 x86_64 x86_64 Alert Count 6 First Seen Thu 08 Sep 2011 11:45:35 AM CEST Last Seen Thu 08 Sep 2011 03:54:55 PM CEST Local ID e50a5a92-fade-4aa9-98aa-6118a4c6c404 Raw Audit Messages type=AVC msg=audit(1315490095.141:158): avc: denied { search } for pid=21712 comm="bounce" name="defer" dev=dm-2 ino=13894152 scontext=system_u:system_r:postfix_bounce_t:s0 tcontext=system_u:object_r:postfix_spool_maildrop_t:s0 tclass=dir type=SYSCALL msg=audit(1315490095.141:158): arch=x86_64 syscall=open success=no exit=EACCES a0=7f8c9bf2daa0 a1=441 a2=180 a3=1 items=0 ppid=1229 pid=21712 auid=4294967295 uid=89 gid=89 euid=89 suid=89 fsuid=89 egid=89 sgid=89 fsgid=89 tty=(none) ses=4294967295 comm=bounce exe=/usr/libexec/postfix/bounce subj=system_u:system_r:postfix_bounce_t:s0 key=(null) Hash: bounce,postfix_bounce_t,postfix_spool_maildrop_t,dir,search audit2allow #============= postfix_bounce_t ============== allow postfix_bounce_t postfix_spool_maildrop_t:dir search; audit2allow -R #============= postfix_bounce_t ============== allow postfix_bounce_t postfix_spool_maildrop_t:dir search;