25 lines
857 B
Plaintext
25 lines
857 B
Plaintext
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
<busconfig>
|
||
|
<policy context="default">
|
||
|
<allow own="org.maemo.resource.manager"/>
|
||
|
<allow send_interface="org.maemo.resource.client"/>
|
||
|
<allow send_interface="org.maemo.resource.manager"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy context="default">
|
||
|
<allow own="org.nemomobile.Route.Manager"/>
|
||
|
<allow send_interface="org.nemomobile.Route.Manager"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy context="default">
|
||
|
<allow own="com.nokia.NonGraphicFeedback1.Backend"/>
|
||
|
<allow send_interface="com.nokia.NonGraphicFeedback1"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy context="default">
|
||
|
<allow own="com.nokia.mce"/>
|
||
|
<allow send_interface="com.nokia.mce.request"/>
|
||
|
</policy>
|
||
|
</busconfig>
|