fix (again) entropy updates notifier dbus policy

This commit is contained in:
Fabio Erculiani
2009-06-10 22:22:04 +02:00
parent b34e057fbd
commit b255f60c45

View File

@@ -5,15 +5,15 @@
<policy user="root">
<allow own="org.entropy.Client"/>
<allow send_destination="org.entropy.Client"/>
<allow send_requested_reply="true" send_type="method_call"/>
<allow send_requested_reply="true"/>
</policy>
<policy group="entropy">
<allow own="org.entropy.Client"/>
<allow send_destination="org.entropy.Client"/>
<allow send_requested_reply="true" send_type="method_call"/>
<allow send_requested_reply="true"/>
</policy>
<policy context="default">
<allow send_requested_reply="true" send_type="method_call"/>
<allow send_requested_reply="true"/>
<deny send_destination="org.entropy.Client"/>
</policy>
</busconfig>