summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/connman/connman.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 58e3f562fd..4fb7b434a6 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -53,6 +53,9 @@ USERADD_PARAM_${PN} = "--system --no-create-home \
53 53
54inherit autotools pkgconfig update-rc.d useradd 54inherit autotools pkgconfig update-rc.d useradd
55 55
56# This allows *everyone* to access ConnMan over DBus, without any access
57# control. Really the at_console flag should work, which would mean that
58# both this and the xuser patch can be dropped.
56do_compile_append() { 59do_compile_append() {
57 sed -i -e s:deny:allow:g src/connman-dbus.conf 60 sed -i -e s:deny:allow:g src/connman-dbus.conf
58} 61}