From: Ross Burton Date: Thu, 7 Jun 2012 23:37:05 +0000 (-0700) Subject: connman: Document the ACL-breaking sed X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~41256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497234875b3a93def8ada2cff99d064f3a11d711;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git connman: Document the ACL-breaking sed Signed-off-by: Ross Burton Signed-off-by: Elizabeth Flanagan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 58e3f562fd2..4fb7b434a67 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 \ inherit autotools pkgconfig update-rc.d useradd +# This allows *everyone* to access ConnMan over DBus, without any access +# control. Really the at_console flag should work, which would mean that +# both this and the xuser patch can be dropped. do_compile_append() { sed -i -e s:deny:allow:g src/connman-dbus.conf }