Bug 808624
Summary: | dovecot lmtp exec access denied to sendmail.postfix | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | info <info> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED ERRATA | QA Contact: | Milos Malik <mmalik> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2 | CC: | dwalsh, mmalik |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | selinux-policy-3.7.19-144.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 12:32:50 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
info@kobaltwit.be
2012-03-30 21:41:18 UTC
We have optional_policy(` # Handle sieve scripts sendmail_domtrans(dovecot_deliver_t) ') So we probably need it also for dovecot_t. Could you test it with the following local policy # cat mydovecot.te policy_module(mydovecot, 1.0) require{ type dovecot_t; } optional_policy(` # Handle sieve scripts sendmail_domtrans(dovecot_t) ') and then execute # make -f /usr/share/selinux/devel/Makefile mydovecot.pp # semodule -i dovecot.pp When I install that policy, the mail forwarding sieve script works fine. Thanks. Great, thank you. I wonder, when the new policy package gets pushed to the update repos, should I remove my local policy myself again or will this be done during the update ? You will need to remove it, although it would not matter, since we allow duplicate allows. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0780.html |