---
I noticed that, if build with polkit support, the dbus conf file does not
allow .Counter/.Notification interfaces, so session stuff is broken (connman
sends notification but they are rejected)
src/connman-polkit.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/connman-polkit.conf b/src/connman-polkit.conf
index fdddb29..57d8c96 100644
--- a/src/connman-polkit.conf
+++ b/src/connman-polkit.conf
@@ -4,6 +4,8 @@
<policy user="root">
<allow own="net.connman"/>
<allow send_interface="net.connman.Agent"/>
+ <allow send_interface="net.connman.Counter"/>
+ <allow send_interface="net.connman.Notification"/>
</policy>
<policy context="default">
<allow send_destination="net.connman"/>
--
1.7.12
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman