2014-11-13 01:04:59 +02:00
|
|
|
<!DOCTYPE busconfig PUBLIC
|
|
|
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
|
|
<busconfig>
|
|
|
|
|
|
|
|
<!-- Only user root can own the foo helper -->
|
2023-07-10 02:54:21 +03:00
|
|
|
<policy user="root">
|
2014-11-13 01:04:59 +02:00
|
|
|
<allow own="@HELPER_ID@"/>
|
|
|
|
</policy>
|
|
|
|
|
2023-07-10 02:54:21 +03:00
|
|
|
<!-- Anyone can send messages to the foo helper -->
|
|
|
|
<policy context="default">
|
2014-12-26 22:27:13 +00:00
|
|
|
<allow send_destination="@HELPER_ID@"/>
|
|
|
|
<allow send_interface="@HELPER_ID@"/>
|
|
|
|
</policy>
|
2014-11-13 01:04:59 +02:00
|
|
|
</busconfig>
|