mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
connman: Various fixes so it starts working properly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
12
meta/packages/connman/files/dbusperms.patch
Normal file
12
meta/packages/connman/files/dbusperms.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: git/src/connman-dbus.conf
|
||||
===================================================================
|
||||
--- git.orig/src/connman-dbus.conf 2009-05-26 00:34:35.000000000 +0100
|
||||
+++ git/src/connman-dbus.conf 2009-05-26 00:34:48.000000000 +0100
|
||||
@@ -10,6 +10,6 @@
|
||||
<allow send_destination="org.moblin.connman"/>
|
||||
</policy>
|
||||
<policy context="default">
|
||||
- <deny send_destination="org.moblin.connman"/>
|
||||
+ <allow send_destination="org.moblin.connman"/>
|
||||
</policy>
|
||||
</busconfig>
|
||||
Reference in New Issue
Block a user