summaryrefslogtreecommitdiff
path: root/test/data/valid-config-files/system.d/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/valid-config-files/system.d/test.conf')
-rw-r--r--test/data/valid-config-files/system.d/test.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/valid-config-files/system.d/test.conf b/test/data/valid-config-files/system.d/test.conf
index 10a79847..5b60a1fc 100644
--- a/test/data/valid-config-files/system.d/test.conf
+++ b/test/data/valid-config-files/system.d/test.conf
@@ -15,6 +15,6 @@
<!-- Allow any connection to receive the message, but
only if the message is sent by the owner of FooService -->
<policy context="default">
- <allow receive_interface="org.foo.FooBroadcastInterface" receive_service="org.foo.FooService"/>
+ <allow receive_interface="org.foo.FooBroadcastInterface" receive_sender="org.foo.FooService"/>
</policy>
</busconfig>