diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-09-23 21:18:03 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-10-02 13:24:45 -0400 |
commit | 292e6f4ac670d2f5ae5dbb53d6c7c265f006975d (patch) | |
tree | 9b53470a4acb08220734bd993d8256110848c699 /recipes-security/refpolicy/refpolicy_common.inc | |
parent | c7fc09794c20db9e3b32d326abb627985d2b5b65 (diff) | |
download | meta-selinux-292e6f4ac670d2f5ae5dbb53d6c7c265f006975d.tar.gz |
refpolicy*: add new version 2.20130424
These patches are removed because new version merged:
- poky-fc-update-alternatives_tinylogin.patch
- poky-fc-fix-prefix-path_rpc.patch
- poky-fc-fix-portmap.patch
- poky-fc-cgroup.patch
- poky-fc-networkmanager.patch
- poky-policy-allow-dbusd-to-setrlimit-itself.patch
- poky-policy-allow-dbusd-to-exec-shell-commands.patch
- poky-policy-allow-nfsd-to-bind-nfs-port.patch
Add two new patches:
+ poky-policy-fix-setfiles-statvfs-get-file-count.patch
+ poky-policy-fix-dmesg-to-use-dev-kmsg.patch
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-security/refpolicy/refpolicy_common.inc')
-rw-r--r-- | recipes-security/refpolicy/refpolicy_common.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index 0f9f83b..3eaf16d 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
@@ -58,10 +58,15 @@ module-store = direct | |||
58 | path = ${STAGING_DIR_NATIVE}${base_sbindir_native}/setfiles | 58 | path = ${STAGING_DIR_NATIVE}${base_sbindir_native}/setfiles |
59 | args = -q -c \$@ \$< | 59 | args = -q -c \$@ \$< |
60 | [end] | 60 | [end] |
61 | [sefcontext_compile] | ||
62 | path = ${STAGING_DIR_NATIVE}${sbindir_native}/sefcontext_compile | ||
63 | args = \$@ | ||
64 | [end] | ||
61 | EOF | 65 | EOF |
62 | mkdir -p ${D}${sysconfdir}/selinux/${POLICY_NAME}/policy | 66 | mkdir -p ${D}${sysconfdir}/selinux/${POLICY_NAME}/policy |
63 | mkdir -p ${D}${sysconfdir}/selinux/${POLICY_NAME}/modules/active/modules | 67 | mkdir -p ${D}${sysconfdir}/selinux/${POLICY_NAME}/modules/active/modules |
64 | mkdir -p ${D}${sysconfdir}/selinux/${POLICY_NAME}/contexts/files | 68 | mkdir -p ${D}${sysconfdir}/selinux/${POLICY_NAME}/contexts/files |
69 | touch ${D}${sysconfdir}/selinux/${POLICY_NAME}/contexts/files/file_contexts.local | ||
65 | bzip2 -c ${D}${datadir}/selinux/${POLICY_NAME}/base.pp > \ | 70 | bzip2 -c ${D}${datadir}/selinux/${POLICY_NAME}/base.pp > \ |
66 | ${D}${sysconfdir}/selinux/${POLICY_NAME}/modules/active/base.pp | 71 | ${D}${sysconfdir}/selinux/${POLICY_NAME}/modules/active/base.pp |
67 | for i in ${D}${datadir}/selinux/${POLICY_NAME}/*.pp; do | 72 | for i in ${D}${datadir}/selinux/${POLICY_NAME}/*.pp; do |