diff options
Diffstat (limited to 'meta/recipes-connectivity/connman/files/dbusperms.patch')
-rw-r--r-- | meta/recipes-connectivity/connman/files/dbusperms.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/files/dbusperms.patch b/meta/recipes-connectivity/connman/files/dbusperms.patch new file mode 100644 index 00000000000..100af0367b2 --- /dev/null +++ b/meta/recipes-connectivity/connman/files/dbusperms.patch @@ -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> |