RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 844448 - munin exim selinux configurations missing
Summary: munin exim selinux configurations missing
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: selinux-policy
Version: 6.3
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: rc
: 6.5
Assignee: Miroslav Grepl
QA Contact: Michal Trunecka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-30 16:53 UTC by arth
Modified: 2014-09-30 23:33 UTC (History)
8 users (show)

Fixed In Version: selinux-policy-3.7.19-159.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 08:27:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0314 0 normal SHIPPED_LIVE selinux-policy bug fix and enhancement update 2013-02-20 20:35:01 UTC

Description arth 2012-07-30 16:53:17 UTC
Description of problem:

munin-node lacks needed selinux rules for reading exim log files, preventing multiple bundled exim plugins from working.

Version-Release number of selected component (if applicable):

1.4.7-5.el6

How reproducible:

First: The entry in /etc/munin/plugin-conf.d/munin-node for exim uses the wrong group (mail) and does not have the required env variables.  (This is needed to discover the SELinux problem, thus why it's listed at the top here here and not as a separate bug)

This will work for a default setup:

[exim*]
group exim
env.logdir /var/log/exim
env.logname main.log
env.exim /usr/sbin/exim

Main problem:
The selinux rules for exim are missing, making it impossible for the bundled exim_mailstats and exim_mailqueue_alt to work.

If modelling the rules on sendmail_log_t, the rules should be:

allow munin_mail_plugin_t exim_log_t : file { ioctl read getattr lock open } ;
allow munin_mail_plugin_t exim_log_t : dir { getattr search open } ;

To reproduce SELinux problem:

Install exim, set "alternatives --config mta" to exim, and start exim.
Allow port 4949 through the firewall.
Install and configure munin-node.
ln -s /usr/share/munin/plugins/exim_mailstats /etc/munin/plugins/
/etc/init.d/munin-node restart

telnet to the node from a remote allowed host on port 4949:

# telnet myhost 4949
Trying 10.10.10.10...
Connected to myhost.mydomain.invalid (10.10.10.10).
Escape character is '^]'.
# munin node at myhost.mydomain.invalid
fetch exim_mailstats
# Bad exit
.
quit
Connection closed by foreign host.

Expected results:

# telnet myhost 4949
Trying 10.10.10.10...
Connected to myhost.mydomain.invalid (10.10.10.10).
Escape character is '^]'.
# munin node at myhost.mydomain.invalid
fetch exim_mailstats
received.value 216
completed.value 217
rejected.value 0
.
quit
Connection closed by foreign host.

If putting the above rules into place, it works.

This bug is also very hard to track down due to there being no messages logged in /var/log/audit/audit.log, even with "setenforce 0".  (Why?)

Comment 1 Kevin Fenzi 2012-07-30 21:53:01 UTC
Moving to selinux-policy for comment.

Comment 3 Miroslav Grepl 2012-07-31 09:26:14 UTC
I added fixes to Fedora. Will backport.

Comment 4 Miroslav Grepl 2012-08-07 23:36:44 UTC
Fixed in selinux-policy-3.7.19-159.el6

Comment 7 errata-xmlrpc 2013-02-21 08:27:20 UTC
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-2013-0314.html


Note You need to log in before you can comment on or make changes to this bug.