Bug 834413
Summary: | RFE: cman without root-group privileges | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | mick <mgoulish> |
Component: | cluster | Assignee: | Fabio Massimo Di Nitto <fdinitto> |
Status: | CLOSED WONTFIX | QA Contact: | Cluster QE <mspqa-list> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | 6.4 | CC: | ccaulfie, cluster-maint, fdinitto, jross, lhh, pmoravec, rdassen, rpeterso, teigland, tross |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | 6.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-07-02 07:12:18 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: | 733221 |
Description
mick
2012-06-21 19:19:12 UTC
rgmanager in STABLE32 (upstream) does something like this in msg_socket.c using SO_PEERCRED from getsockopt. Then, each request is processed based on the permissions required. rgmanager in this case simply differentiates read-only (less permission required - root gid) with read-write (more permission required - root uid). However, the way it is set up, rgmanager mimics CMAN's permissions currently, I believe. As originally discussed, this cannot and will not happen. |