[poky] [PATCH 1/1] connman: add xuser to the dbus permission list

Xu, Dongxiao dongxiao.xu at intel.com
Mon Mar 7 00:07:44 PST 2011


Dongxiao Xu wrote:
> From: Dongxiao Xu <dongxiao.xu at intel.com>
> 
> 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 [BUGID #779]

This line has been changed to [YOCTO #779] in the branch. I forgot to change it in pull request.
See http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/commit/?h=dxu4/bugfix&id=9bbd4a5d8521de2667bc13eb51023519653db3c4

Thanks,
Dongxiao

> 
> Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
> ---
>  .../connman-0.65/add_xuser_dbus_permission.patch   |   21
>  ++++++++++++++++++++
>  meta/recipes-connectivity/connman/connman_0.65.bb  |    3 +- 2 files
> changed, 23 insertions(+), 1 deletions(-)  create mode 100644
> meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_permission.patch
> 
> 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 0000000..787d49b
> --- /dev/null
> +++
> b/meta/recipes-connectivity/connman/connman-0.65/add_xuser_dbus_perm
> +++ ission.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 <dongxiao.xu at intel.com>
> +
> +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 @@ +         <allow
> send_interface="net.connman.Agent"/> +         <allow
> send_interface="net.connman.Counter"/> +     </policy>
> ++    <policy user="xuser">
> ++        <allow own="net.connman"/>
> ++        <allow send_destination="net.connman"/>
> ++        <allow send_interface="net.connman.Agent"/>
> ++        <allow send_interface="net.connman.Counter"/>
> ++    </policy>
> +     <policy at_console="true">
> +         <allow send_destination="net.connman"/>
> +     </policy>
> diff --git a/meta/recipes-connectivity/connman/connman_0.65.bb
> b/meta/recipes-connectivity/connman/connman_0.65.bb 
> index 0b077e1..8bb84a1 100644
> --- a/meta/recipes-connectivity/connman/connman_0.65.bb
> +++ b/meta/recipes-connectivity/connman/connman_0.65.bb
> @@ -1,5 +1,5 @@
>  require connman.inc
> -PR = "r0"
> +PR = "r1"
> 
>  EXTRA_OECONF += "\
>    ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ @@ -21,6 +21,7
>    @@ EXTRA_OECONF += "\  SRC_URI  = "\
>   
> http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz
>    \ file://fix-shutdown-ap-disconnect.patch \ + 
>  file://add_xuser_dbus_permission.patch \ file://connman \ "




More information about the poky mailing list