diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-05-20 18:40:10 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-05-20 18:40:10 +0000 |
commit | 17022717cfc6e330b1e0e2a22872358bb88f1523 (patch) | |
tree | 89c08bbd64d5b7bd17fb6c2622906bfa58202376 /sec-policy/selinux-nagios | |
parent | Initial commit. (diff) | |
download | gentoo-2-17022717cfc6e330b1e0e2a22872358bb88f1523.tar.gz gentoo-2-17022717cfc6e330b1e0e2a22872358bb88f1523.tar.bz2 gentoo-2-17022717cfc6e330b1e0e2a22872358bb88f1523.zip |
Merge from hardened-dev overlay, bump policies to rev 9
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-nagios')
-rw-r--r-- | sec-policy/selinux-nagios/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-nagios/ChangeLog b/sec-policy/selinux-nagios/ChangeLog index ab29bde8088b..6c540c4c01b3 100644 --- a/sec-policy/selinux-nagios/ChangeLog +++ b/sec-policy/selinux-nagios/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-nagios # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.10 2012/05/13 11:50:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.11 2012/05/20 18:40:09 swift Exp $ + +*selinux-nagios-2.20120215-r1 (20 May 2012) + + 20 May 2012; <swift@gentoo.org> +selinux-nagios-2.20120215-r1.ebuild: + Bumping to rev 9 13 May 2012; <swift@gentoo.org> -selinux-nagios-2.20110726-r1.ebuild, -selinux-nagios-2.20110726-r2.ebuild: diff --git a/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild b/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild new file mode 100644 index 000000000000..52c63398adb9 --- /dev/null +++ b/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/selinux-nagios-2.20120215-r1.ebuild,v 1.1 2012/05/20 18:40:09 swift Exp $ +EAPI="4" + +IUSE="" +MODS="nagios" +BASEPOL="2.20120215-r9" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for nagios" + +KEYWORDS="~amd64 ~x86" |