Status: Accepted
Owner: [email protected]
Labels: Priority-Critical Milestone-Release2.12

New issue 953 by [email protected]: Split-user: wconfd tries to chown its listening socket to a different user
https://code.google.com/p/ganeti/issues/detail?id=953

In the split user scenario, wconfd runs as gnt-wconfd, however it tries to chown its unix socket to gnt-masterd:

# sudo -u gnt-wconfd strace  ganeti-wconfd -f |& grep ganeti
...
bind(5, {sa_family=AF_FILE, path="/var/run/ganeti/socket/ganeti-wconfd"}, 110) = 0 chown("/var/run/ganeti/socket/ganeti-wconfd", 109, 113) = -1 EPERM (Operation not permitted)

# getent passwd 109
gnt-masterd:x:109:115::/var/lib/ganeti:/bin/false



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to