Fix pacrunner autostart when sending to org.pacrunner. ConnMan by
default disables autostart for its D-Bus messges and therefore it won't
unnecessarily start pacrunner.
---
src/pacrunner.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pacrunner.conf b/src/pacrunner.conf
index dc60bb0..9028261 100644
--- a/src/pacrunner.conf
+++ b/src/pacrunner.conf
@@ -6,6 +6,6 @@
<allow send_destination="org.pacrunner"/>
</policy>
<policy context="default">
- <allow send_path="/org/pacrunner/client"/>
+ <allow send_destination="org.pacrunner"/>
</policy>
</busconfig>
--
1.7.10.4
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman