diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:31:06 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:31:06 +0000 |
commit | a2c538a446886255914c1060a473d6432194cbd9 (patch) | |
tree | 40782a7c099c863df436c9c901c54d4db5351556 /sec-policy/selinux-mozilla | |
parent | 5906 device short DMA fragment workaround. Linux patch 3.0.46 (diff) | |
download | gentoo-2-a2c538a446886255914c1060a473d6432194cbd9.tar.gz gentoo-2-a2c538a446886255914c1060a473d6432194cbd9.tar.bz2 gentoo-2-a2c538a446886255914c1060a473d6432194cbd9.zip |
Adding live ebuilds for SELinux policies
(Portage version: 2.1.11.9/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-9999.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-mozilla/ChangeLog b/sec-policy/selinux-mozilla/ChangeLog index 1446d3509402..c51622ab775b 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.30 2012/10/04 18:29:41 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.31 2012/10/13 16:30:58 swift Exp $ + +*selinux-mozilla-9999 (13 Oct 2012) + + 13 Oct 2012; <swift@gentoo.org> +selinux-mozilla-9999.ebuild: + Adding live ebuild 04 Oct 2012; <swift@gentoo.org> selinux-mozilla-2.20120725-r5.ebuild: Stabilization diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild new file mode 100644 index 000000000000..25393bb8d0df --- /dev/null +++ b/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild,v 1.1 2012/10/13 16:30:58 swift Exp $ +EAPI="4" + +IUSE="" +MODS="mozilla" +BASEPOL="9999" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for mozilla" + +KEYWORDS="" +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${DEPEND}" |