bus1 / dbus-broker

Linux D-Bus Message Broker
https://github.com/bus1/dbus-broker/wiki
Apache License 2.0
677 stars 80 forks source link

Implement UnixGroupIDs in GetConnectionCredentials() #225

Closed dvdhrm closed 4 years ago

dvdhrm commented 4 years ago

Since dbus-specification-0.53 the GetConnectionCredentials() call now returns the list of supplementary groups as UnixGroupIDs. This series implements this, including a handful of minor fixes.