diff options
Diffstat (limited to 'sec-policy/selinux-telnet')
-rw-r--r-- | sec-policy/selinux-telnet/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-telnet/selinux-telnet-9999.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-telnet/ChangeLog b/sec-policy/selinux-telnet/ChangeLog index ad9a4184ac4f..608781674bbc 100644 --- a/sec-policy/selinux-telnet/ChangeLog +++ b/sec-policy/selinux-telnet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-telnet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-telnet/ChangeLog,v 1.17 2012/10/04 18:29:34 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-telnet/ChangeLog,v 1.18 2012/10/13 16:30:47 swift Exp $ + +*selinux-telnet-9999 (13 Oct 2012) + + 13 Oct 2012; <swift@gentoo.org> +selinux-telnet-9999.ebuild: + Adding live ebuild 04 Oct 2012; <swift@gentoo.org> selinux-telnet-2.20120725-r5.ebuild: Stabilization diff --git a/sec-policy/selinux-telnet/selinux-telnet-9999.ebuild b/sec-policy/selinux-telnet/selinux-telnet-9999.ebuild new file mode 100644 index 000000000000..cb54ca1ea3c8 --- /dev/null +++ b/sec-policy/selinux-telnet/selinux-telnet-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-telnet/selinux-telnet-9999.ebuild,v 1.1 2012/10/13 16:30:47 swift Exp $ +EAPI="4" + +IUSE="" +MODS="telnet" +BASEPOL="9999" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for telnet" + +KEYWORDS="" +DEPEND="${DEPEND} + sec-policy/selinux-remotelogin +" +RDEPEND="${DEPEND}" |