Hide Forgot
Description of problem: * ipmidetectd uses too powerful SELinux domain Version-Release number of selected component (if applicable): freeipmi-ipmidetectd-1.2.1-3.el6.x86_64 selinux-policy-mls-3.7.19-231.el6.noarch selinux-policy-3.7.19-231.el6.noarch selinux-policy-minimum-3.7.19-231.el6.noarch selinux-policy-targeted-3.7.19-231.el6.noarch selinux-policy-doc-3.7.19-231.el6.noarch How reproducible: always Steps to Reproduce: # echo "host 127.0.0.1" >> /etc/ipmidetectd.conf # service ipmidetectd status ipmidetectd is stopped # service ipmidetectd start Starting ipmidetectd: [ OK ] # service ipmidetectd status ipmidetectd (pid 24789) is running... # ps -efZ | grep ipmidetectd unconfined_u:system_r:initrc_t:s0 root 24789 1 0 18:17 ? 00:00:00 /usr/sbin/ipmidetectd unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 root 24800 3863 0 18:17 pts/0 00:00:00 grep ipmidetectd # Actual results: * ipmidetectd runs as initrc_t Expected results: * ipmidetectd runs in its own SELinux domain
Patch sent to Miroslav.
commit 085df2967b125a63693b30d392d5781d7a31fde0 Author: Lukas Vrabec <lvrabec> Date: Thu Apr 24 11:19:20 2014 +0200 Added support for freeipmi services commit e74a997d5520714c197b72034843e1952baaf9d9 Author: Lukas Vrabec <lvrabec> Date: Thu Apr 24 11:16:53 2014 +0200 Added dev_rw_ipmi_dev interface
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-2014-1568.html