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-tcpd/selinux-tcpd-9999.ebuild | |
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-tcpd/selinux-tcpd-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-tcpd/selinux-tcpd-9999.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sec-policy/selinux-tcpd/selinux-tcpd-9999.ebuild b/sec-policy/selinux-tcpd/selinux-tcpd-9999.ebuild new file mode 100644 index 000000000000..7fce8da52d3d --- /dev/null +++ b/sec-policy/selinux-tcpd/selinux-tcpd-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-tcpd/selinux-tcpd-9999.ebuild,v 1.1 2012/10/13 16:30:55 swift Exp $ +EAPI="4" + +IUSE="" +MODS="tcpd" +BASEPOL="9999" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for tcpd" + +KEYWORDS="" +DEPEND="${DEPEND} + sec-policy/selinux-inetd +" +RDEPEND="${DEPEND}" |