bus: don't force send-masks on kdbus buses
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 5 Jun 2015 13:23:03 +0000 (15:23 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 5 Jun 2015 13:23:03 +0000 (15:23 +0200)
commited47f6397d19f05933c27689a74a26d9aeacd06f
tree84e9c2ed1773062438a483b379850cb64afea339
parent7ffeb45cc63e1326690fd9461b7a4719a3d4f85c
bus: don't force send-masks on kdbus buses

Right now we always pass KDBUS_ITEM_ATTACH_FLAGS_RECV to
KDBUS_CMD_BUS_MAKE, effectively forcing every bus connection to do the
same during KDBUS_CMD_HELLO. This used to be a workaround to make sure all
metadata is always present. However, we refrained from that approach and
intend to make all metadata collection solely rely on /proc access
restrictions. Therefore, there is no need to force the send-flags mask on
newly created buses.
src/libsystemd/sd-bus/bus-kernel.c