diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-02-23 18:17:40 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-02-23 18:17:40 +0000 |
commit | a57f745bd694071a8e6b9199491ecc02e176dcc8 (patch) | |
tree | 1928ea6ff2b8d6110de30e1a3822fc3cc51b3769 /sec-policy/selinux-dhcp | |
parent | Initial commit, moved from luke-jr's bitcoin overlay (diff) | |
download | gentoo-2-a57f745bd694071a8e6b9199491ecc02e176dcc8.tar.gz gentoo-2-a57f745bd694071a8e6b9199491ecc02e176dcc8.tar.bz2 gentoo-2-a57f745bd694071a8e6b9199491ecc02e176dcc8.zip |
Migrating r13 policy from hardened-dev to main tree
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-dhcp')
-rw-r--r-- | sec-policy/selinux-dhcp/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-dhcp/selinux-dhcp-2.20110726-r2.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-dhcp/ChangeLog b/sec-policy/selinux-dhcp/ChangeLog index 45e37fcff153..1e32a992709e 100644 --- a/sec-policy/selinux-dhcp/ChangeLog +++ b/sec-policy/selinux-dhcp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-dhcp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dhcp/ChangeLog,v 1.40 2012/01/29 13:08:48 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dhcp/ChangeLog,v 1.41 2012/02/23 18:17:40 swift Exp $ + +*selinux-dhcp-2.20110726-r2 (23 Feb 2012) + + 23 Feb 2012; <swift@gentoo.org> +selinux-dhcp-2.20110726-r2.ebuild: + Support UDP binding in DHCPd policy 29 Jan 2012; <swift@gentoo.org> Manifest: Updating manifest diff --git a/sec-policy/selinux-dhcp/selinux-dhcp-2.20110726-r2.ebuild b/sec-policy/selinux-dhcp/selinux-dhcp-2.20110726-r2.ebuild new file mode 100644 index 000000000000..d360a8b53178 --- /dev/null +++ b/sec-policy/selinux-dhcp/selinux-dhcp-2.20110726-r2.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-dhcp/selinux-dhcp-2.20110726-r2.ebuild,v 1.1 2012/02/23 18:17:40 swift Exp $ +EAPI="4" + +IUSE="" +MODS="dhcp" +BASEPOL="2.20110726-r13" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dhcp" + +KEYWORDS="~amd64 ~x86" |