diff options
author | 2003-07-28 19:39:52 +0000 | |
---|---|---|
committer | 2003-07-28 19:39:52 +0000 | |
commit | fbde53855f0290a41b355ce819f8fbdae8541202 (patch) | |
tree | f6033443a03d2a20857c673bbf50a10a54a1e60e /sys-apps | |
parent | move to sec-policy (diff) | |
download | historical-fbde53855f0290a41b355ce819f8fbdae8541202.tar.gz historical-fbde53855f0290a41b355ce819f8fbdae8541202.tar.bz2 historical-fbde53855f0290a41b355ce819f8fbdae8541202.zip |
move to sec-policy
Diffstat (limited to 'sys-apps')
6 files changed, 0 insertions, 137 deletions
diff --git a/sys-apps/selinux-base-policy/Manifest b/sys-apps/selinux-base-policy/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sys-apps/selinux-base-policy/Manifest diff --git a/sys-apps/selinux-base-policy/files/digest-selinux-base-policy-20030604 b/sys-apps/selinux-base-policy/files/digest-selinux-base-policy-20030604 deleted file mode 100644 index 19db0d8594d1..000000000000 --- a/sys-apps/selinux-base-policy/files/digest-selinux-base-policy-20030604 +++ /dev/null @@ -1 +0,0 @@ -MD5 bbb37787dfbf3b0fc568ecf37a8e4a3e selinux-base-policy-20030604.tar.bz2 46037 diff --git a/sys-apps/selinux-base-policy/files/digest-selinux-base-policy-20030720 b/sys-apps/selinux-base-policy/files/digest-selinux-base-policy-20030720 deleted file mode 100644 index 6fbcadd47fe7..000000000000 --- a/sys-apps/selinux-base-policy/files/digest-selinux-base-policy-20030720 +++ /dev/null @@ -1 +0,0 @@ -MD5 ad36c07336d743709e6c52c165a55b96 selinux-base-policy-20030720.tar.bz2 46993 diff --git a/sys-apps/selinux-base-policy/metadata.xml b/sys-apps/selinux-base-policy/metadata.xml deleted file mode 100644 index 94bdea0f68b8..000000000000 --- a/sys-apps/selinux-base-policy/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>hardened</herd> -<maintainer> - <email>pebenito@gentoo.org</email> - <name>Chris PeBenito</name> - <description>Primary Maintainer</description> -</maintainer> -<longdescription>Gentoo SELinux base policy. This contains policy for a system at the end of system installation. No extra policy is in this package.</longdescription> -</pkgmetadata> diff --git a/sys-apps/selinux-base-policy/selinux-base-policy-20030604.ebuild b/sys-apps/selinux-base-policy/selinux-base-policy-20030604.ebuild deleted file mode 100644 index 414700ab669e..000000000000 --- a/sys-apps/selinux-base-policy/selinux-base-policy-20030604.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/selinux-base-policy/selinux-base-policy-20030604.ebuild,v 1.4 2003/06/29 04:12:36 pebenito Exp $ - -IUSE="selinux" - -DESCRIPTION="Gentoo base policy for SELinux" -HOMEPAGE="http://www.gentoo.org" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -RDEPEND="|| ( - >=sys-kernel/selinux-sources-2.4.20-r1 - >=sys-kernel/hardened-sources-2.4.20-r1 - ) - sys-devel/m4 - sys-devel/make" -DEPEND="" -S=${WORKDIR}/base-policy - -pkg_setup() { - if [ -z "`use selinux`" ]; then - eerror "selinux is missing from your USE. You seem to be using the" - eerror "incorrect profile. SELinux has a different profile than" - eerror "mainline Gentoo. Make sure the /etc/make.profile symbolic" - eend 1 "link is pointing to /usr/portage/profiles/selinux-x86-1.4/" - fi -} - -src_install() { - dodir /etc/security/selinux/src - - insinto /etc/security - doins ${S}/appconfig/* - rm -fR ${S}/appconfig - - mv ${S} ${D}/etc/security/selinux/src/policy -} - -pkg_postinst() { - 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 -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 8 -} diff --git a/sys-apps/selinux-base-policy/selinux-base-policy-20030720.ebuild b/sys-apps/selinux-base-policy/selinux-base-policy-20030720.ebuild deleted file mode 100644 index 5561ee9827df..000000000000 --- a/sys-apps/selinux-base-policy/selinux-base-policy-20030720.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/selinux-base-policy/selinux-base-policy-20030720.ebuild,v 1.1 2003/07/20 17:29:20 pebenito Exp $ - -IUSE="selinux" - -DESCRIPTION="Gentoo base policy for SELinux" -HOMEPAGE="http://www.gentoo.org" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -RDEPEND="|| ( - >=sys-kernel/selinux-sources-2.4.20-r1 - >=sys-kernel/hardened-sources-2.4.20-r1 - ) - sys-devel/m4 - sys-devel/make" -DEPEND="" -S=${WORKDIR}/base-policy - -pkg_setup() { - if [ -z "`use selinux`" ]; then - eerror "selinux is missing from your USE. You seem to be using the" - eerror "incorrect profile. SELinux has a different profile than" - eerror "mainline Gentoo. Make sure the /etc/make.profile symbolic" - eend 1 "link is pointing to /usr/portage/profiles/selinux-x86-1.4/" - fi -} - -src_install() { - dodir /etc/security/selinux/src - - insinto /etc/security - doins ${S}/appconfig/* - rm -fR ${S}/appconfig - - mv ${S} ${D}/etc/security/selinux/src/policy -} - -pkg_postinst() { - 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 -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 8 -} |