[oe-commits] Ross Burton : connman: Document the ACL-breaking sed

git at git.openembedded.org git at git.openembedded.org
Fri Jun 8 10:44:09 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 497234875b3a93def8ada2cff99d064f3a11d711
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=497234875b3a93def8ada2cff99d064f3a11d711

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jun  7 16:37:05 2012 -0700

connman: Document the ACL-breaking sed

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/connman/connman.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 58e3f56..4fb7b43 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
 }





More information about the Openembedded-commits mailing list