kdbus: allow senders to receive own broadcasts 37/91737/1 submit/tizen/20161011.063715
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 11 Oct 2016 06:14:46 +0000 (15:14 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Tue, 11 Oct 2016 06:17:21 +0000 (15:17 +0900)
commitc539ddcf0c46b9c12f58a0e932f714d32118adaf
tree2622ada0f1b4b68b0fec453154b844e3927c1933
parent1ea49c65231d45e102a08e522af5420192054718
kdbus: allow senders to receive own broadcasts

The dbus1 spec does not place a restriction on who can receive broadcasts.
As long as the sender has a MATCH-rule on itself, it can as well receive
its own broadcasts.

As it turns out, user-space currently relies on this feature. So make sure
to allow this just like dbus1. If we find some client that does not work
with this, we will have to turn it into a HELLO-flag. Until then, just try
to adjust the default behavior.

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I83702b59039062967ec2875e268a17d647902a87
ipc/kdbus/bus.c