diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-26 00:38:51 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-26 00:38:51 +0100 |
commit | 1dfcc21eae77e5fc846e0443096261c0ffc9f25f (patch) | |
tree | 140138f8d94147d9e4b82abc2f5589c8fd07ab0c /meta/packages/connman/files/dbusperms.patch | |
parent | c321cda0a586d73d68c9043de05012632d0356c0 (diff) | |
download | openembedded-core-1dfcc21eae77e5fc846e0443096261c0ffc9f25f.tar.gz openembedded-core-1dfcc21eae77e5fc846e0443096261c0ffc9f25f.tar.bz2 openembedded-core-1dfcc21eae77e5fc846e0443096261c0ffc9f25f.zip |
connman: Various fixes so it starts working properly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/connman/files/dbusperms.patch')
-rw-r--r-- | meta/packages/connman/files/dbusperms.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/connman/files/dbusperms.patch b/meta/packages/connman/files/dbusperms.patch new file mode 100644 index 0000000000..100af0367b --- /dev/null +++ b/meta/packages/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> |