]> code.ossystems Code Review - openembedded-core.git/commitdiff
connman: Document the ACL-breaking sed
authorRoss Burton <ross.burton@intel.com>
Thu, 7 Jun 2012 23:37:05 +0000 (16:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jun 2012 10:38:54 +0000 (11:38 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/connman/connman.inc

index 58e3f562fd24494b5e18cb50ce40a385de15593b..4fb7b434a677628d88f48be9675b8c6f5c5dcbb7 100644 (file)
@@ -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
 }