diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-08-28 21:13:13 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-08-28 21:13:13 +0000 |
commit | 9de82426bf829b103b839447bfc35ddbda198975 (patch) | |
tree | 8ed61c061b2c3fd20eab63b5391adfe9ff7bb54f /sec-policy/selinux-clamav | |
parent | New SELinux module packages (entropyd, ftp, ipsec, jabber, snmp) which need t... (diff) | |
download | gentoo-2-9de82426bf829b103b839447bfc35ddbda198975.tar.gz gentoo-2-9de82426bf829b103b839447bfc35ddbda198975.tar.bz2 gentoo-2-9de82426bf829b103b839447bfc35ddbda198975.zip |
Pushing out SELinux policy modules based on new 20110726 release (refpolicy)
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-clamav')
-rw-r--r-- | sec-policy/selinux-clamav/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-clamav/selinux-clamav-2.20110726.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sec-policy/selinux-clamav/ChangeLog b/sec-policy/selinux-clamav/ChangeLog index 45b32eb7938b..0de5b664d19d 100644 --- a/sec-policy/selinux-clamav/ChangeLog +++ b/sec-policy/selinux-clamav/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-clamav # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-clamav/ChangeLog,v 1.25 2011/06/04 16:14:10 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-clamav/ChangeLog,v 1.26 2011/08/28 21:12:32 swift Exp $ + +*selinux-clamav-2.20110726 (28 Aug 2011) + + 28 Aug 2011; <swift@gentoo.org> +selinux-clamav-2.20110726.ebuild: + Updating policy builds to refpolicy 20110726 04 Jun 2011; Anthony G. Basile <blueness@gentoo.org> -selinux-clamav-2.20090730.ebuild, -selinux-clamav-2.20091215.ebuild, diff --git a/sec-policy/selinux-clamav/selinux-clamav-2.20110726.ebuild b/sec-policy/selinux-clamav/selinux-clamav-2.20110726.ebuild new file mode 100644 index 000000000000..807fed1da561 --- /dev/null +++ b/sec-policy/selinux-clamav/selinux-clamav-2.20110726.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-clamav/selinux-clamav-2.20110726.ebuild,v 1.1 2011/08/28 21:12:32 swift Exp $ +EAPI="4" + +IUSE="" +MODS="clamav" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for clamav" + +KEYWORDS="~amd64 ~x86" |