mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-25 09:28:12 +02:00
To do this, we have to use the <standard_session_servicedirs/>. A previous commit ensured that those don't provide any service files we don't expect. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99825 Reviewed-by: Philip Withnall <withnall@endlessm.com> Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
19 lines
609 B
Text
19 lines
609 B
Text
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<listen>@TEST_LISTEN@</listen>
|
|
|
|
<servicedir>@DBUS_TEST_DATA@/systemd-activation</servicedir>
|
|
<standard_session_servicedirs />
|
|
|
|
<policy context="default">
|
|
<allow send_destination="*"/>
|
|
<allow receive_sender="*"/>
|
|
<allow own="*"/>
|
|
</policy>
|
|
|
|
<policy context="mandatory">
|
|
<deny send_destination="com.example.SendDenied"/>
|
|
<deny receive_interface="com.example.ReceiveDenied" receive_member="Call"/>
|
|
</policy>
|
|
</busconfig>
|