From 61125e07624e8ac29d9483671fe81b7fda3ebc14 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Sat, 5 Mar 2011 00:02:14 +0800 Subject: connman: add xuser to the dbus permission list Some platform (like atom-pc) enables rootless X, thus the connman frontend run on it need the permission to connect with connman by dbus. This commit grants permission to xuser. This fixes [YOCTO #779] (From OE-Core rev: cfbf50c235c2faeb53f43b42a12c49c022288488) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- .../connman-0.65/add_xuser_dbus_permission.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch (limited to 'meta/recipes-connectivity/connman/connman-0.65') diff --git a/meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch b/meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch new file mode 100644 index 0000000000..787d49ba8d --- /dev/null +++ b/meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch @@ -0,0 +1,21 @@ +Some platform (like atom-pc) enables rootless X, +thus we need to add the xuser in the list. + +Signed-off-by: Dongxiao Xu + +diff -ruN connman-0.65-orig/src/connman-dbus.conf connman-0.65/src/connman-dbus.conf +--- connman-0.65-orig/src/connman-dbus.conf 2011-03-04 09:34:49.000000000 +0800 ++++ connman-0.65/src/connman-dbus.conf 2011-03-04 09:35:21.000000000 +0800 +@@ -7,6 +7,12 @@ + + + ++ ++ ++ ++ ++ ++ + + + -- cgit v1.2.3-54-g00ecf