diff options
author | Ross Burton <ross.burton@intel.com> | 2012-06-07 16:37:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-08 11:38:54 +0100 |
commit | 497234875b3a93def8ada2cff99d064f3a11d711 (patch) | |
tree | 4674aa7e6e7a41f283628026b7ccc5044cc5edb5 /meta | |
parent | e510f6947f9e14c408b0e5e4f10cea3353b271c2 (diff) | |
download | openembedded-core-497234875b3a93def8ada2cff99d064f3a11d711.tar.gz openembedded-core-497234875b3a93def8ada2cff99d064f3a11d711.tar.bz2 openembedded-core-497234875b3a93def8ada2cff99d064f3a11d711.zip |
connman: Document the ACL-breaking sed
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>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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 \ 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 } |