diff options
author | 2006-11-15 01:04:54 +0000 | |
---|---|---|
committer | 2006-11-15 01:04:54 +0000 | |
commit | 26fa9ccfb30c4aee3b12f6321f2478899f1b00de (patch) | |
tree | 93ee07d750be0575c4bcaa20cd1a19a24735feda /sec-policy/selinux-base-policy | |
parent | Version bump and set STRICTORDER (diff) | |
download | historical-26fa9ccfb30c4aee3b12f6321f2478899f1b00de.tar.gz historical-26fa9ccfb30c4aee3b12f6321f2478899f1b00de.tar.bz2 historical-26fa9ccfb30c4aee3b12f6321f2478899f1b00de.zip |
New SELinux policy from SVN snapshot
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'sec-policy/selinux-base-policy')
3 files changed, 115 insertions, 1 deletions
diff --git a/sec-policy/selinux-base-policy/ChangeLog b/sec-policy/selinux-base-policy/ChangeLog index 3474d862b43a..e9d5d2bd3271 100644 --- a/sec-policy/selinux-base-policy/ChangeLog +++ b/sec-policy/selinux-base-policy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-base-policy # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.53 2006/10/25 11:29:41 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.54 2006/11/15 01:04:52 pebenito Exp $ + +*selinux-base-policy-20061114 (15 Nov 2006) + + 15 Nov 2006; Chris PeBenito <pebenito@gentoo.org> + +selinux-base-policy-20061114.ebuild: + New SVN snapshot. 25 Oct 2006; Chris PeBenito <pebenito@gentoo.org> selinux-base-policy-20061015.ebuild: diff --git a/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20061114 b/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20061114 new file mode 100644 index 000000000000..637b27989d3e --- /dev/null +++ b/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20061114 @@ -0,0 +1,3 @@ +MD5 6ac61ac6916ab9aed272b0df447dded7 refpolicy-20061114.tar.bz2 305094 +RMD160 804a4afc8078e60980a670da94a10f0eec45e590 refpolicy-20061114.tar.bz2 305094 +SHA256 78addcf3f5f2e04f2354c007c40b1346b7e72589ca5a257c6e2b11852250cf02 refpolicy-20061114.tar.bz2 305094 diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-20061114.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-20061114.ebuild new file mode 100644 index 000000000000..b3a2fd7c043b --- /dev/null +++ b/sec-policy/selinux-base-policy/selinux-base-policy-20061114.ebuild @@ -0,0 +1,105 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-20061114.ebuild,v 1.1 2006/11/15 01:04:52 pebenito Exp $ + +IUSE="" + +inherit eutils + +DESCRIPTION="Gentoo base policy for SELinux" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" +SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" + +#KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips ~alpha" +KEYWORDS="alpha amd64 mips ppc sparc x86" + +RDEPEND=">=sys-apps/policycoreutils-1.30.30" +DEPEND="${RDEPEND} + sys-devel/m4 + >=sys-apps/checkpolicy-1.30.12" + +S=${WORKDIR}/ + +src_unpack() { + [ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="strict targeted" + + unpack ${A} + + for i in ${POLICY_TYPES}; do + mkdir -p ${S}/${i}/policy + cp ${FILESDIR}/modules.conf.${i} ${S}/${i}/policy/modules.conf + done +} + +src_compile() { + local OPTS="MONOLITHIC=n DISTRO=gentoo QUIET=y" + [ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="strict targeted" + + cd ${S}/refpolicy + + make ${OPTS} generate || die "Failed to create generated module files" + + make ${OPTS} xml || die "XML generation failed." + + for i in ${POLICY_TYPES}; do +# make ${OPTS} TYPE=${i} NAME=${i} LOCAL_ROOT=${S}/${i} conf \ +# || die "${i} modules.conf update failed" + + make ${OPTS} TYPE=${i} NAME=${i} LOCAL_ROOT=${S}/${i} base \ + || die "${i} compile failed" + done +} + +src_install() { + local OPTS="MONOLITHIC=n DISTRO=gentoo QUIET=y DESTDIR=${D}" + [ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="strict targeted" + + cd ${S}/refpolicy + + for i in ${POLICY_TYPES}; do + make ${OPTS} TYPE=${i} NAME=${i} LOCAL_ROOT=${S}/${i} install \ + || die "${i} install failed." + + make ${OPTS} TYPE=${i} NAME=${i} install-headers \ + || die "${i} headers install failed." + + echo "run_init_t" > ${D}/etc/selinux/${i}/contexts/run_init_type + + echo "textrel_shlib_t" >> ${D}/etc/selinux/${i}/contexts/customizable_types + + # libsemanage won't make this on its own + keepdir /etc/selinux/${i}/policy + done + + dodoc doc/Makefile.example doc/example.{te,fc,if} + + insinto /etc/selinux + doins ${FILESDIR}/config +} + +pkg_postinst() { + [ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="strict targeted" + + if has "loadpolicy" $FEATURES ; then + for i in ${POLICY_TYPES}; do + einfo "Inserting base module into ${i} module store." + + cd /usr/share/selinux/${i} + semodule -s ${i} -b base.pp + done + else + echo + echo + eerror "Policy has not been loaded. It is strongly suggested" + eerror "that the policy be loaded before continuing!!" + echo + einfo "Automatic policy loading can be enabled by adding" + einfo "\"loadpolicy\" to the FEATURES in make.conf." + echo + echo + ebeep 4 + epause 4 + fi +} |