Bug 616344
Summary: | denials when dovecot is invoked by postfix | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Ales Zelinka <azelinka> |
Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | mgrepl, syeghiay |
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-07-21 15:16: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: |
Description
Ales Zelinka
2010-07-20 08:27:30 UTC
Miroslav could you add optional_policy(` dovecot_domtrans_deliver(postfix_local_t) ') Ales can you try the following commands and see if you get any other AVC messages # cat > mydovecot.te << _EOF policy_module(mydovecot,1.0) gen_require(` type postfix_local_t; ') dovecot_domtrans_deliver(postfix_local_t) _EOF # make -f /usr/share/selinux/devel/Makefile # semodule -i mydovecot.pp This issue should be fixed in the latest RHEL6 selinux-policy. selinux-policy-3.7.19-31.el6.noarch The problem is /usr/libexec/dovecot/dovecot-lda has bad label with selinux-policy-targeted-3.7.19-29.el6. Ales, please update your selinux-policy and re-test it. Thanks. I am closing it as duplicate of #612406 bug. *** This bug has been marked as a duplicate of bug 612406 *** |