Re: [yocto] [meta-selinux][PATCH 1/1] selinux: set policy-version to 28

2014-01-27 Thread Pascal Ouyang
于 14-1-27 下午2:52, wenzong@windriver.com 写道: From: Wenzong Fan wenzong@windriver.com The default policy version of new selinux toolchains is 29, to fit kernel 3.10.x, set it to 28. --- recipes-security/refpolicy/refpolicy_common.inc |2 ++

Re: [yocto] [meta-selinux][PATCH 1/1] selinux: set policy-version to 28

2014-01-27 Thread wenzong fan
On 01/27/2014 04:12 PM, Pascal Ouyang wrote: 于 14-1-27 下午2:52, wenzong@windriver.com 写道: From: Wenzong Fan wenzong@windriver.com The default policy version of new selinux toolchains is 29, to fit kernel 3.10.x, set it to 28. --- recipes-security/refpolicy/refpolicy_common.inc |

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, January 21, 2014 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2014-01-27 Thread Jolley, Stephen K
Agenda: * Opens collection - 5 min (Song) * Yocto 1.6 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.6_Status https://wiki.yoctoproject.org/wiki/Yocto_1.6_Features * SWAT team rotation: Ross - Cristian * Opens - 10 min * Team Sharing - 20 min

[yocto] Integrating a graphical login manager to XFCE

2014-01-27 Thread Adam Lee
Good day everyone! This is my first post to the group, so please forgive me for anything inappropriate. I've been using GDM thus far (since danny) but it has been challenging to integrate it into my XFCE image. Merely specifying gdm as VIRTUAL-RUNTIME_graphical_init_manager variable does not

[yocto] [meta-selinux][PATCH 1/2] refpolicy: fix real path for cpio

2014-01-27 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../refpolicy-2.20130424/poky-fc-rpm.patch | 25 .../refpolicy/refpolicy_2.20130424.inc |1 + 2 files changed, 26 insertions(+) create mode 100644

[yocto] [meta-selinux][PATCH 0/2] refpolicy: fix real path for cpio/swapoff

2014-01-27 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com The following changes since commit 8ce3b9d0d20c79e0d6bba325f6eedbd11febc101: refpolicy: fix new symlink for policy.kern (2014-01-26 17:44:56 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib wenzong/ref-fix

[yocto] [meta-selinux][PATCH 2/2] refpolicy: fix real path for swapoff

2014-01-27 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../refpolicy-2.20130424/poky-fc-fstools.patch | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git

Re: [yocto] [meta-selinux][PATCH 1/1] selinux: set policy-version to 28

2014-01-27 Thread Pascal Ouyang
于 14-1-27 下午4:44, wenzong fan 写道: On 01/27/2014 04:12 PM, Pascal Ouyang wrote: 于 14-1-27 下午2:52, wenzong@windriver.com 写道: From: Wenzong Fan wenzong@windriver.com The default policy version of new selinux toolchains is 29, to fit kernel 3.10.x, set it to 28. ---

Re: [yocto] [meta-selinux][PATCH 0/2] refpolicy: fix real path for cpio/swapoff

2014-01-27 Thread Pascal Ouyang
于 14-1-28 上午9:52, wenzong@windriver.com 写道: From: Wenzong Fan wenzong@windriver.com The following changes since commit 8ce3b9d0d20c79e0d6bba325f6eedbd11febc101: refpolicy: fix new symlink for policy.kern (2014-01-26 17:44:56 +0800) are available in the git repository at:

[yocto] [meta-selinux][PATCH 1/1] refpolicy: Allow ping to get/set capabilities

2014-01-27 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com When ping is installed with capabilities instead of being marked setuid, then the ping_t domain needs to be allowed to getcap/setcap. Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../Allow-ping-to-get-set-capabilities.patch | 32

[yocto] [meta-selinux][PATCH 0/1] refpolicy: Allow ping to get/set capabilities

2014-01-27 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com When ping is installed with capabilities instead of being marked setuid, then the ping_t domain needs to be allowed to getcap/setcap. This patch was backported from upstream. The following changes since commit 271955d346f305b196f069d9dc46db16c43678de: