kdelibs/kdecore/dbus_policy.stub

17 lines
471 B
Text
Raw Normal View History

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 -->
<policy user="root">
2014-11-13 01:04:59 +02:00
<allow own="@HELPER_ID@"/>
</policy>
<!-- 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>