summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2009-01-27 00:42:10 +0100
committerVincent Untz <vuntz@novell.com>2009-01-27 00:42:10 +0100
commit87f6b0f3669e11e565b1288cb59e4479dc76ad50 (patch)
tree177d12008b27d292236b1299574243d361c53034
parent363312f8440014741a3a8dcb9d88ac01655b0c5d (diff)
Only use send_destination.
The send_interface part is redundant, and as it was, it also matched other services with the same interface name.
-rw-r--r--src/org.opensuse.CupsPkHelper.Mechanism.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/org.opensuse.CupsPkHelper.Mechanism.conf b/src/org.opensuse.CupsPkHelper.Mechanism.conf
index 2f47e22..4068ede 100644
--- a/src/org.opensuse.CupsPkHelper.Mechanism.conf
+++ b/src/org.opensuse.CupsPkHelper.Mechanism.conf
@@ -8,12 +8,11 @@
<!-- Only root can own the service -->
<policy user="root">
<allow own="org.opensuse.CupsPkHelper.Mechanism"/>
- <allow send_interface="org.opensuse.CupsPkHelper.Mechanism"/>
</policy>
<!-- Allow anyone to invoke methods on the interfaces -->
<policy context="default">
- <allow send_interface="org.opensuse.CupsPkHelper.Mechanism"/>
+ <allow send_destination="org.opensuse.CupsPkHelper.Mechanism"/>
</policy>
</busconfig>