diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-01-14 19:59:59 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-01-14 19:59:59 +0000 |
commit | fa0d17418443f0a6dcb4de008b0347435c1511e9 (patch) | |
tree | 7ac12b3db6809209490de5344ce57ca760f9fcaa /sec-policy/selinux-dracut | |
parent | Fix bug #393401, #375475 (diff) | |
download | gentoo-2-fa0d17418443f0a6dcb4de008b0347435c1511e9.tar.gz gentoo-2-fa0d17418443f0a6dcb4de008b0347435c1511e9.tar.bz2 gentoo-2-fa0d17418443f0a6dcb4de008b0347435c1511e9.zip |
Bump to rev 11, add in dependencies and new selinux policy packages
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-dracut')
-rw-r--r-- | sec-policy/selinux-dracut/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-dracut/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-dracut/selinux-dracut-2.20110726.ebuild | 14 |
3 files changed, 30 insertions, 0 deletions
diff --git a/sec-policy/selinux-dracut/ChangeLog b/sec-policy/selinux-dracut/ChangeLog new file mode 100644 index 000000000000..6003dfb0b7ca --- /dev/null +++ b/sec-policy/selinux-dracut/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sec-policy/selinux-dracut +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dracut/ChangeLog,v 1.1 2012/01/14 19:59:58 swift Exp $ + +*selinux-dracut-2.20110726 (03 Jan 2012) + + 03 Jan 2012; <swift@gentoo.org> +selinux-dracut-2.20110726.ebuild, + +metadata.xml: + Initial policy for dracut + diff --git a/sec-policy/selinux-dracut/metadata.xml b/sec-policy/selinux-dracut/metadata.xml new file mode 100644 index 000000000000..60e5eff72fa3 --- /dev/null +++ b/sec-policy/selinux-dracut/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>selinux</herd> + <longdescription>Gentoo SELinux policy for dracut</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-dracut/selinux-dracut-2.20110726.ebuild b/sec-policy/selinux-dracut/selinux-dracut-2.20110726.ebuild new file mode 100644 index 000000000000..abe7cc211031 --- /dev/null +++ b/sec-policy/selinux-dracut/selinux-dracut-2.20110726.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dracut/selinux-dracut-2.20110726.ebuild,v 1.1 2012/01/14 19:59:58 swift Exp $ +EAPI="4" + +IUSE="" +MODS="dracut" +BASEPOL="2.20110726-r11" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dracut" + +KEYWORDS="~amd64 ~x86" |