chiark / gitweb /
sd-bus: don't list activators as proper peers
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 24 Aug 2015 11:41:03 +0000 (13:41 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:18:46 +0000 (10:18 +0100)
commit4907657af95c2d65ffa1d54cda2b7fbcb4741c55
tree1df993934006ab3ba6c96ad4b777bc1633a8b2a3
parentb79f7282da05915ac86a02e460cccad41f7b7d0c
sd-bus: don't list activators as proper peers

If a connection passed KDBUS_HELLO_ACTIVATOR, it cannot do I/O on the
bus. Hence, we should not treat it as proper peer. To actually query it,
you have to explicitly ask for activators.

This makes kdbus in-line with what dbus-daemon does.
src/libelogind/sd-bus/bus-control.c