diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-05-26 21:01:37 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-05-26 21:01:37 +0000 |
commit | a8467401ccd46009b53be3a164157e0c2d0e4307 (patch) | |
tree | 38e9837b19cdcf2c51967b1494e9e1fc9a42023b /sec-policy | |
parent | Sparc fixes (diff) | |
download | gentoo-2-a8467401ccd46009b53be3a164157e0c2d0e4307.tar.gz gentoo-2-a8467401ccd46009b53be3a164157e0c2d0e4307.tar.bz2 gentoo-2-a8467401ccd46009b53be3a164157e0c2d0e4307.zip |
rm old
Diffstat (limited to 'sec-policy')
4 files changed, 0 insertions, 177 deletions
diff --git a/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20040414 b/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20040414 deleted file mode 100644 index e6ecc14a5ff4..000000000000 --- a/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20040414 +++ /dev/null @@ -1 +0,0 @@ -MD5 a9c2d3dbddfad5140350282a4e015a92 selinux-base-policy-20040414.tar.bz2 64986 diff --git a/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20040418 b/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20040418 deleted file mode 100644 index 347ef7dcdbcd..000000000000 --- a/sec-policy/selinux-base-policy/files/digest-selinux-base-policy-20040418 +++ /dev/null @@ -1 +0,0 @@ -MD5 d77b7672c66f8e10fe6a728be3d61d3a selinux-base-policy-20040418.tar.bz2 67396 diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-20040414.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-20040414.ebuild deleted file mode 100644 index 59f272cd404f..000000000000 --- a/sec-policy/selinux-base-policy/selinux-base-policy-20040414.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-20040414.ebuild,v 1.1 2004/04/14 19:34:30 pebenito Exp $ - -IUSE="build" - -inherit eutils - -DESCRIPTION="Gentoo base policy for SELinux" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" -DEPEND="build? ( sys-devel/make - sys-devel/m4 )" -RDEPEND="sys-devel/m4 - sys-devel/make - !build? ( >=sys-libs/pam-0.77 )" - -S=${WORKDIR}/base-policy - -[ -z ${POLICYDIR} ] && POLICYDIR="/etc/security/selinux/src/policy" - -# deprecated policies: -DEPRECATED="domains/program/devfsd.te domains/program/opt.te - file_contexts/program/devfsd.fc file_contexts/program/opt.fc - file_contexts/users.fc" - -src_install() { - if use build; then - # generate a file_contexts - dodir ${POLICYDIR}/file_contexts - einfo "Ignore the checkpolicy error on the next line." - make -C ${S} \ - FC=${D}/${POLICYDIR}/file_contexts/file_contexts \ - ${D}/${POLICYDIR}/file_contexts/file_contexts - - [ ! -f ${D}/${POLICYDIR}/file_contexts/file_contexts ] && \ - die "file_contexts was not generated." - else - # install full policy - dodir /etc/security/selinux/src - - insinto /etc/security - doins ${S}/appconfig/* - - cp -a ${S} ${D}/${POLICYDIR} - rm -fR ${D}/${POLICYDIR}/appconfig - fi -} - -pkg_postinst() { - local isdeprecated - echo - einfo "This is the base policy for SELinux on Gentoo. This policy" - einfo "package only covers the applications in the system profile." - einfo "More policy may need to be added according to your requirements." - echo - eerror "It is STRONGLY suggested that you evaluate and merge the" - eerror "policy changes. If any of the file contexts (*.fc) have" - eerror "changed, you should also relabel." - echo - ewarn "Please check the Changelog, there may be important information." - echo - echo - - einfo "Checking for deprecated policy..." - for i in $DEPRECATED; do - if [ -f "${POLICYDIR}/${i}" ]; then - eerror "${POLICYDIR}/${i}" - isdeprecated="y" - fi - done - [ "${isdeprecated}" ] && \ - eerror "The above policy file(s) should be removed if possible." || \ - einfo "None found." - - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - sleep 4 -} diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-20040418.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-20040418.ebuild deleted file mode 100644 index a4df2530f1a6..000000000000 --- a/sec-policy/selinux-base-policy/selinux-base-policy-20040418.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-20040418.ebuild,v 1.2 2004/04/19 01:08:03 pebenito Exp $ - -IUSE="build" - -inherit eutils - -DESCRIPTION="Gentoo base policy for SELinux" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" -DEPEND="build? ( sys-devel/make - sys-devel/m4 )" -RDEPEND="sys-devel/m4 - sys-devel/make" - -S=${WORKDIR}/base-policy - -[ -z ${POLICYDIR} ] && POLICYDIR="/etc/security/selinux/src/policy" - -# deprecated policies: -DEPRECATED="domains/program/devfsd.te domains/program/opt.te - file_contexts/program/devfsd.fc file_contexts/program/opt.fc - file_contexts/users.fc" - -src_install() { - if use build; then - # generate a file_contexts - dodir ${POLICYDIR}/file_contexts - einfo "Ignore the checkpolicy error on the next line." - make -C ${S} \ - FC=${D}/${POLICYDIR}/file_contexts/file_contexts \ - ${D}/${POLICYDIR}/file_contexts/file_contexts - - [ ! -f ${D}/${POLICYDIR}/file_contexts/file_contexts ] && \ - die "file_contexts was not generated." - else - # install full policy - dodir /etc/security/selinux/src - - insinto /etc/security - doins ${S}/appconfig/* - - cp -a ${S} ${D}/${POLICYDIR} - rm -fR ${D}/${POLICYDIR}/appconfig - fi -} - -pkg_postinst() { - local isdeprecated - echo - einfo "This is the base policy for SELinux on Gentoo. This policy" - einfo "package only covers the applications in the system profile." - einfo "More policy may need to be added according to your requirements." - echo - eerror "It is STRONGLY suggested that you evaluate and merge the" - eerror "policy changes. If any of the file contexts (*.fc) have" - eerror "changed, you should also relabel." - echo - ewarn "Please check the Changelog, there may be important information." - echo - echo - - einfo "Checking for deprecated policy..." - for i in $DEPRECATED; do - if [ -f "${POLICYDIR}/${i}" ]; then - eerror "${POLICYDIR}/${i}" - isdeprecated="y" - fi - done - [ "${isdeprecated}" ] && \ - eerror "The above policy file(s) should be removed if possible." || \ - einfo "None found." - - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - sleep 4 -} |