diff options
Diffstat (limited to 'sec-policy/selinux-dhcp')
-rw-r--r-- | sec-policy/selinux-dhcp/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-dhcp/selinux-dhcp-20041101.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/sec-policy/selinux-dhcp/ChangeLog b/sec-policy/selinux-dhcp/ChangeLog index 9d1d9efaa5f8..6ae8216da826 100644 --- a/sec-policy/selinux-dhcp/ChangeLog +++ b/sec-policy/selinux-dhcp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-dhcp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dhcp/ChangeLog,v 1.6 2004/10/23 13:46:15 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dhcp/ChangeLog,v 1.7 2004/11/13 18:53:52 kaiowas Exp $ + +*selinux-dhcp-20041101 (13 Nov 2004) + + 13 Nov 2004; petre rodan <kaiowas@gentoo.org> + +selinux-dhcp-20041101.ebuild: + merge with nsa policy *selinux-dhcp-20040925 (23 Oct 2004) diff --git a/sec-policy/selinux-dhcp/selinux-dhcp-20041101.ebuild b/sec-policy/selinux-dhcp/selinux-dhcp-20041101.ebuild new file mode 100644 index 000000000000..1b0afeb81335 --- /dev/null +++ b/sec-policy/selinux-dhcp/selinux-dhcp-20041101.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dhcp/selinux-dhcp-20041101.ebuild,v 1.1 2004/11/13 18:53:52 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="dhcpd.te" +FCFILES="dhcpd.fc" +IUSE="" + +DESCRIPTION="SELinux policy for dhcp server" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + +RDEPEND=">=sec-policy/selinux-base-policy-20041023" + |