chiark / gitweb /
bus-proxy: add support for "GetConnectionCredentials" method
authorLukasz Skalski <l.skalski@samsung.com>
Tue, 10 Mar 2015 15:09:02 +0000 (16:09 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Mar 2015 15:12:14 +0000 (16:12 +0100)
commit52fa7a3af1322aa716e5afc08b60ff2e9e13c022
tree837cae0dfa36ee5a1ab85867b5df3f20e063b040
parent657cf7f4f8d376e082db48022d2be193ff647d06
bus-proxy: add support for "GetConnectionCredentials" method

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.
src/bus-proxyd/driver.c
src/bus-proxyd/synthesize.c
src/bus-proxyd/synthesize.h