diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-27 20:34:16 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-27 20:34:16 +0000 |
commit | b1993a91bdb32a15ce3291725281c8e75c689e4f (patch) | |
tree | c1d94d512e9c1958eb0fb07a9759163c969b5451 /sec-policy/selinux-entropyd | |
parent | Regenerate manifest (diff) | |
download | gentoo-2-b1993a91bdb32a15ce3291725281c8e75c689e4f.tar.gz gentoo-2-b1993a91bdb32a15ce3291725281c8e75c689e4f.tar.bz2 gentoo-2-b1993a91bdb32a15ce3291725281c8e75c689e4f.zip |
Bump to rev13 policies
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-entropyd')
-rw-r--r-- | sec-policy/selinux-entropyd/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-entropyd/selinux-entropyd-2.20120215-r1.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/sec-policy/selinux-entropyd/ChangeLog b/sec-policy/selinux-entropyd/ChangeLog index da94cb12006f..2120224d4322 100644 --- a/sec-policy/selinux-entropyd/ChangeLog +++ b/sec-policy/selinux-entropyd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-entropyd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-entropyd/ChangeLog,v 1.5 2012/05/13 11:50:45 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-entropyd/ChangeLog,v 1.6 2012/06/27 20:34:00 swift Exp $ + +*selinux-entropyd-2.20120215-r1 (27 Jun 2012) + + 27 Jun 2012; <swift@gentoo.org> +selinux-entropyd-2.20120215-r1.ebuild: + Bump to revision 13 13 May 2012; <swift@gentoo.org> -selinux-entropyd-2.20110726.ebuild: Removing deprecated ebuilds (cleanup) diff --git a/sec-policy/selinux-entropyd/selinux-entropyd-2.20120215-r1.ebuild b/sec-policy/selinux-entropyd/selinux-entropyd-2.20120215-r1.ebuild new file mode 100644 index 000000000000..ddd1cdfef5d7 --- /dev/null +++ b/sec-policy/selinux-entropyd/selinux-entropyd-2.20120215-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-entropyd/selinux-entropyd-2.20120215-r1.ebuild,v 1.1 2012/06/27 20:34:00 swift Exp $ +EAPI="4" + +IUSE="" +MODS="entropyd" +BASEPOL="2.20120215-r13" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for various entropy daemons (audio-entropyd, haveged, ...)" + +KEYWORDS="~amd64 ~x86" + +pkg_postinst() { + einfo "The SELinux entropyd module is the replacement of audioentropyd and" + einfo "is made more generic for all-purpose entropy daemons, including" + einfo "audioentropyd and haveged." + einfo + einfo "If you are upgrading from an audioentropyd module, the installation" + einfo "of the new policy module might fail due to collisions. You will need" + einfo "to remove the current audioentropyd module first:" + einfo " # semodule -r audioentropy" + einfo + einfo "Then, you can install the new policy:" + einfo " # semodule -i /usr/share/selinux/<type>/entropyd.pp" + echo + einfo "Portage will automatically try to load the entropyd module now." + selinux-policy-2_pkg_postinst +} |