diff options
author | 2011-08-28 21:13:13 +0000 | |
---|---|---|
committer | 2011-08-28 21:13:13 +0000 | |
commit | c8b65fdd2255e65bc8d78e40c030a567588068c8 (patch) | |
tree | 9546d780e42a061d9b11330160f2778252272e52 /sec-policy/selinux-nfs | |
parent | New SELinux module packages (entropyd, ftp, ipsec, jabber, snmp) which need t... (diff) | |
download | historical-c8b65fdd2255e65bc8d78e40c030a567588068c8.tar.gz historical-c8b65fdd2255e65bc8d78e40c030a567588068c8.tar.bz2 historical-c8b65fdd2255e65bc8d78e40c030a567588068c8.zip |
Pushing out SELinux policy modules based on new 20110726 release (refpolicy)
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-nfs')
-rw-r--r-- | sec-policy/selinux-nfs/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-nfs/selinux-nfs-2.20110726.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sec-policy/selinux-nfs/ChangeLog b/sec-policy/selinux-nfs/ChangeLog index 9b0e805141e6..4896fd1baabc 100644 --- a/sec-policy/selinux-nfs/ChangeLog +++ b/sec-policy/selinux-nfs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-nfs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nfs/ChangeLog,v 1.19 2011/06/04 17:47:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nfs/ChangeLog,v 1.20 2011/08/28 21:12:49 swift Exp $ + +*selinux-nfs-2.20110726 (28 Aug 2011) + + 28 Aug 2011; <swift@gentoo.org> +selinux-nfs-2.20110726.ebuild: + Updating policy builds to refpolicy 20110726 04 Jun 2011; Anthony G. Basile <blueness@gentoo.org> -selinux-nfs-2.20090730.ebuild, -selinux-nfs-2.20091215.ebuild, diff --git a/sec-policy/selinux-nfs/selinux-nfs-2.20110726.ebuild b/sec-policy/selinux-nfs/selinux-nfs-2.20110726.ebuild new file mode 100644 index 000000000000..af539fd8381c --- /dev/null +++ b/sec-policy/selinux-nfs/selinux-nfs-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-nfs/selinux-nfs-2.20110726.ebuild,v 1.1 2011/08/28 21:12:49 swift Exp $ +EAPI="4" + +DEPEND=">=sec-policy/selinux-rpc-2.20110726" + +IUSE="" +DESCRIPTION="SELinux policy for nfs (meta-package for rpc)" +HOMEPAGE="http://hardened.gentoo.org/selinux" +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="public-domain" |