diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-10-10 02:24:19 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-10-10 02:24:19 +0000 |
commit | 2f1f582c2acec026ef1ea16b293723ba075190f0 (patch) | |
tree | ef92cc388556e9ce020187b10ad962148204ebbf /sec-policy/selinux-mdadm | |
parent | Corrected Tomcat's build.xml patch to no longer comment out build-webapps-pre... (diff) | |
download | gentoo-2-2f1f582c2acec026ef1ea16b293723ba075190f0.tar.gz gentoo-2-2f1f582c2acec026ef1ea16b293723ba075190f0.tar.bz2 gentoo-2-2f1f582c2acec026ef1ea16b293723ba075190f0.zip |
First SELinux reference policy testing release.
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'sec-policy/selinux-mdadm')
-rw-r--r-- | sec-policy/selinux-mdadm/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-mdadm/files/digest-selinux-mdadm-20061008 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild | 15 |
3 files changed, 24 insertions, 2 deletions
diff --git a/sec-policy/selinux-mdadm/ChangeLog b/sec-policy/selinux-mdadm/ChangeLog index 4e43c2a9a74d..4041e934b5e6 100644 --- a/sec-policy/selinux-mdadm/ChangeLog +++ b/sec-policy/selinux-mdadm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-mdadm -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mdadm/ChangeLog,v 1.1 2005/10/29 02:48:55 spb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mdadm/ChangeLog,v 1.2 2006/10/10 02:24:17 pebenito Exp $ + +*selinux-mdadm-20061008 (10 Oct 2006) + + 10 Oct 2006; Chris PeBenito <pebenito@gentoo.org> + +selinux-mdadm-20061008.ebuild: + First mainstream reference policy testing release. *selinux-mdadm-20051029 (29 Oct 2005) diff --git a/sec-policy/selinux-mdadm/files/digest-selinux-mdadm-20061008 b/sec-policy/selinux-mdadm/files/digest-selinux-mdadm-20061008 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/sec-policy/selinux-mdadm/files/digest-selinux-mdadm-20061008 @@ -0,0 +1 @@ + diff --git a/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild b/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild new file mode 100644 index 000000000000..4aee687068f4 --- /dev/null +++ b/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild,v 1.1 2006/10/10 02:24:17 pebenito Exp $ + +IUSE="" + +DESCRIPTION="SELinux policy for mdadm" +HOMEPAGE="http://hardened.gentoo.org" +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=sec-policy/selinux-base-policy-20060101" +RDEPEND="${DEPEND}" + +KEYWORDS="alpha amd64 mips ppc sparc x86" |