| Summary: | nm-dispatcher.action runs as initrc_t | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Milos Malik <mmalik> |
| Component: | selinux-policy | Assignee: | Lukas Vrabec <lvrabec> |
| Status: | CLOSED ERRATA | QA Contact: | Milos Malik <mmalik> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.5 | CC: | dwalsh, lvrabec, mgrepl, mmalik |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | selinux-policy-3.7.19-261.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-22 07:07:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 832330 | ||
send patch. commit 52b6f4d74f4efcde5da12418a0b69f6d377ca141
Author: Miroslav Grepl <mgrepl>
Date: Mon Jul 14 11:25:19 2014 +0200
FIx labeling in networkmanager.fc
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. https://rhn.redhat.com/errata/RHBA-2015-1375.html |
Description of problem: * nm-dispatcher.action uses too powerful SELinux domain Version-Release number of selected component (if applicable): NetworkManager-0.8.1-66.el6.x86_64 selinux-policy-3.7.19-231.el6.noarch selinux-policy-doc-3.7.19-231.el6.noarch selinux-policy-minimum-3.7.19-231.el6.noarch selinux-policy-mls-3.7.19-231.el6.noarch selinux-policy-targeted-3.7.19-231.el6.noarch How reproducible: always Steps to Reproduce: # ps -efZ | grep nm-dispatcher unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 root 14539 3863 0 14:47 pts/0 00:00:00 grep nm-dispatcher # gdbus introspect --system --object-path / --dest org.freedesktop.nm_dispatcher node / { node org }; # ps -efZ | grep nm-dispatchersystem_u:system_r:initrc_t:s0 root 14543 1 0 14:47 ? 00:00:00 /usr/libexec/nm-dispatcher.action unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 root 14546 3863 0 14:47 pts/0 00:00:00 grep nm-dispatcher # Actual results: * nm-dispatcher.actions runs as initrc_t Expected results: * nm-dispatcher.action runs as NetworkManager_t