bus-proxy: add support for "GetConnectionCredentials" method

System Internals / systemd - Lukasz Skalski [samsung.com] - 10 March 2015 10:12 UTC

GetConnectionCredentials method was added to dbus-1 specification more than one year ago. This method should return "[...] as many credentials as possible for the process connected to the server", but at this moment only "UnixUserID", "LinuxSecurityLabel" and "ProcessID" are defined by the specification. We should add support for next credentials after extending dbus-1 spec.

52fa7a3 bus-proxy: add support for "GetConnectionCredentials" method
src/bus-proxyd/driver.c | 85 +++++++++++++++++++++++++++++++++++++++++--
src/bus-proxyd/synthesize.c | 2 +-
src/bus-proxyd/synthesize.h | 2 +
3 files changed, 85 insertions(+), 4 deletions(-)

Upstream: github.com


  • Share