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 | poky-1dfcc21eae77e5fc846e0443096261c0ffc9f25f.tar.gz | |
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 @@ | |||
| 1 | Index: git/src/connman-dbus.conf | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/src/connman-dbus.conf 2009-05-26 00:34:35.000000000 +0100 | ||
| 4 | +++ git/src/connman-dbus.conf 2009-05-26 00:34:48.000000000 +0100 | ||
| 5 | @@ -10,6 +10,6 @@ | ||
| 6 | <allow send_destination="org.moblin.connman"/> | ||
| 7 | </policy> | ||
| 8 | <policy context="default"> | ||
| 9 | - <deny send_destination="org.moblin.connman"/> | ||
| 10 | + <allow send_destination="org.moblin.connman"/> | ||
| 11 | </policy> | ||
| 12 | </busconfig> | ||
