Bug 811344
Summary: | both rpc.rstatd and rpc.rusersd run as initrc_t | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Milos Malik <mmalik> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED DUPLICATE | QA Contact: | Milos Malik <mmalik> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.3 | CC: | dwalsh |
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: | 2012-08-24 07:52:52 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 832330 |
Description
Milos Malik
2012-04-10 18:44:40 UTC
The daemon is not confined by SELinux. Please help SELinux folks to create a suitable policy module. You know that we should minimize the number of programs running as initrc_t, don't you? I tried to sum up some potential SELinux-related actions. However, re-assigning to selinux-policy, since I'm not able to write the rules myself. Hope the following helps; if any questions, just ask. rstatd: * daemonizes: fork + setsid * writes log messages to Syslog * reads /proc/stat * reads /proc/net/dev * reads /proc/diskstats * reads /proc/uptime * reads /proc/loadavg * registers rpcbind services (udp socket): 100001 3 udp rstatd 100001 2 udp rstatd 100001 1 udp rstatd rusersd: * daemonizes: fork + setsid * writes log messages to Syslog * getutent() * stat(/dev/ttyX) * registers rpcbind services (udp socket): 100002 3 udp rusersd 100002 2 udp rusersd This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4. *** This bug has been marked as a duplicate of bug 851128 *** |