Bug 557783
| Summary: | sendmail: fatal: root(0): unable to execute /usr/sbin/postdrop -r: Success | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Robert Scheck <redhat-bugzilla> |
| Component: | selinux-policy-targeted | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4 | CC: | dwalsh, robert.scheck |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-01-22 15:49:56 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: | |||
I think selinux-policy-targeted-2.4.6-255.el5_4.4 Has been pushed to fix this issue. Yes. https://bugzilla.redhat.com/show_bug.cgi?id=555793 *** This bug has been marked as a duplicate of bug 553492 *** |
Description of problem: Since updating to selinux-policy-targeted-2.4.6-255.el5_4.3, sending e-mails via mutt (calls /usr/sbin/sendmail) doesn't any longer work. This also affects logwatch (that means no more logwatch mails) etc. [root@tux ~]# getenforce Enforcing [root@tux ~]# date | mutt root@localhost Error sending message, child exited 69 (Service unavailable.). Segmentation fault [root@tux ~]# setenforce 0 [root@tux ~]# getenforce Permissive [root@tux ~]# date | mutt root@localhost [root@tux ~]# echo $? 0 [root@tux ~]# setenforce 1 [root@tux ~]# getenforce Enforcing [root@tux ~]# date | mutt root@localhost Error sending message, child exited 69 (Service unavailable.). Segmentation fault [root@tux ~]# echo $? 139 [root@tux ~]# --- snipp --- Jan 22 16:08:01 tux postfix/sendmail[2209]: warning: premature end-of-input on /usr/sbin/postdrop -r while reading input attribute name Jan 22 16:08:01 tux postfix/sendmail[2209]: fatal: root(0): unable to execute /usr/sbin/postdrop -r: Success --- snipp --- [root@tux ~]# cat /var/log/audit/audit.log | audit2allow #============= postfix_postdrop_t ============== allow postfix_postdrop_t tmp_t:file { getattr append }; [root@tux ~]# Version-Release number of selected component (if applicable): selinux-policy-targeted-2.4.6-255.el5_4.1 selinux-policy-targeted-2.4.6-255.el5_4.3 How reproducible: Everytime, see above. Actual results: sendmail: fatal: root(0): unable to execute /usr/sbin/postdrop -r: Success Expected results: Working stuff like with selinux-policy-targeted-2.4.6-255.el5_4.1 and before.