|
<?xml version="1.0"?> <!--*-nxml-*-->
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
|
|
<!--
|
|
This file goes here:
|
|
|
|
/etc/dbus-1/system.d/com.example.service.conf
|
|
-->
|
|
|
|
<busconfig>
|
|
|
|
<policy user="root">
|
|
<allow own="com.example.service"/>
|
|
<allow send_destination="com.example.service"/>
|
|
<allow receive_sender="com.example.service"/>
|
|
</policy>
|
|
|
|
<policy context="default">
|
|
<allow send_destination="com.example.service"/>
|
|
<allow receive_sender="com.example.service"/>
|
|
</policy>
|
|
|
|
</busconfig>
|