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 | c8b65fdd2255e65bc8d78e40c030a567588068c8 (patch) | |
tree | 9546d780e42a061d9b11330160f2778252272e52 /sec-policy/selinux-mozilla | |
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-mozilla')
-rw-r--r-- | sec-policy/selinux-mozilla/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-mozilla/selinux-mozilla-2.20110726-r1.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sec-policy/selinux-mozilla/ChangeLog b/sec-policy/selinux-mozilla/ChangeLog index e5d3368a616b..97d77905f502 100644 --- a/sec-policy/selinux-mozilla/ChangeLog +++ b/sec-policy/selinux-mozilla/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-mozilla # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.6 2011/08/07 10:57:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.7 2011/08/28 21:12:42 swift Exp $ + +*selinux-mozilla-2.20110726-r1 (28 Aug 2011) + + 28 Aug 2011; <swift@gentoo.org> +selinux-mozilla-2.20110726-r1.ebuild: + Updating policy builds to refpolicy 20110726 *selinux-mozilla-2.20101213-r4 (07 Aug 2011) diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-2.20110726-r1.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-2.20110726-r1.ebuild new file mode 100644 index 000000000000..19d6eaf8b9b3 --- /dev/null +++ b/sec-policy/selinux-mozilla/selinux-mozilla-2.20110726-r1.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-mozilla/selinux-mozilla-2.20110726-r1.ebuild,v 1.1 2011/08/28 21:12:42 swift Exp $ +EAPI="4" + +IUSE="" +MODS="mozilla" +BASEPOL="2.20110726-r1" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for mozilla" +KEYWORDS="~amd64 ~x86" |