dbus/test/data/invalid-config-files/impossible-send.conf
Simon McVittie 6e736fed1c test/data: Test impossible send_broadcast/send_destination pair
Signed-off-by: Simon McVittie <smcv@collabora.com>
Bug: https://bugs.freedesktop.org/92853
Reviewed-by: Philip Withnall <withnall@endlessm.com>
2017-09-25 13:37:57 +01:00

6 lines
171 B
Text

<busconfig>
<listen>unix:path=/foo</listen>
<policy context="default">
<allow send_broadcast="true" send_destination="com.example.Bees"/>
</policy>
</busconfig>