diff options
author | Daniel Mack <daniel@zonque.org> | 2014-10-07 17:58:29 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2014-10-07 18:02:38 +0200 |
commit | e91c8c201931d6be8229d624c10ed9c7c210d470 (patch) | |
tree | d4f22bea5d349bd725e3e57f9cdbdabff2122730 /test/bus-policy | |
parent | 1b600437bac3c0676cc72f589909c4cbfe38ba10 (diff) |
bus-proxyd: assorted cleanups and fixes
Just some cleanups around policy checks that came up during review.
The code is still not productive.
Diffstat (limited to 'test/bus-policy')
-rw-r--r-- | test/bus-policy/methods.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bus-policy/methods.conf b/test/bus-policy/methods.conf index 4d4675ea10..4bc38f9151 100644 --- a/test/bus-policy/methods.conf +++ b/test/bus-policy/methods.conf @@ -11,7 +11,7 @@ <allow send_destination="org.test.test1" send_interface="org.test.int1"/> <allow send_destination="org.test.test1" send_interface="org.test.int2"/> - <allow receive_sender="org.test.test3" receive_interface="org.test.int3" receiver_member="Member111"/> + <allow receive_sender="org.test.test3" receive_interface="org.test.int3" receive_member="Member111"/> </policy> </busconfig> |