diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2004-12-12 11:56:39 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2004-12-12 11:56:39 +0000 |
commit | b761779bd5e120ae3cf1aeffc91096afe5c4a66c (patch) | |
tree | b677907a654ccc731f4dac755ae9f72aa741b7c0 /sec-policy | |
parent | old builds removed (Manifest recommit) (diff) | |
download | gentoo-2-b761779bd5e120ae3cf1aeffc91096afe5c4a66c.tar.gz gentoo-2-b761779bd5e120ae3cf1aeffc91096afe5c4a66c.tar.bz2 gentoo-2-b761779bd5e120ae3cf1aeffc91096afe5c4a66c.zip |
policy tweak
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-dante/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-dante/Manifest | 12 | ||||
-rw-r--r-- | sec-policy/selinux-dante/files/digest-selinux-dante-20041208 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-dante/selinux-dante-20041208.ebuild | 14 |
4 files changed, 24 insertions, 11 deletions
diff --git a/sec-policy/selinux-dante/ChangeLog b/sec-policy/selinux-dante/ChangeLog index f43f6321f018..87ddd1050004 100644 --- a/sec-policy/selinux-dante/ChangeLog +++ b/sec-policy/selinux-dante/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-dante # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dante/ChangeLog,v 1.2 2004/11/23 17:04:40 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dante/ChangeLog,v 1.3 2004/12/12 11:56:39 kaiowas Exp $ + +*selinux-dante-20041208 (12 Dec 2004) + + 12 Dec 2004; petre rodan <kaiowas@gentoo.org> + +selinux-dante-20041208.ebuild: + dante binds to random ports above 1024 23 Nov 2004; petre rodan <kaiowas@gentoo.org> selinux-dante-20041113.ebuild: diff --git a/sec-policy/selinux-dante/Manifest b/sec-policy/selinux-dante/Manifest index 7640177165e9..19ad4da55d64 100644 --- a/sec-policy/selinux-dante/Manifest +++ b/sec-policy/selinux-dante/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 45fae631f20f2d1e59dcc6e353179d4a ChangeLog 472 MD5 e1b947f12fa0217caa27c676ae302b41 metadata.xml 550 MD5 3aa0952b154f127700f5694e5dfbf6d2 selinux-dante-20041113.ebuild 424 +MD5 283131f40f421f3ddce762fe6921350e selinux-dante-20041208.ebuild 315 MD5 f4c2bd8f7b11f525598fa4dfce0a2f85 files/digest-selinux-dante-20041113 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBo21uGSBEIeh4AEYRAlf2AJ9q5/GboT8D2+wTH8fcIJBRLYhoZgCcCWMt -PDdCWWDGBvZI2jLXtiWeZfw= -=Qg0e ------END PGP SIGNATURE----- +MD5 17c55dc464fd76aefa5a567fc583725f files/digest-selinux-dante-20041208 72 diff --git a/sec-policy/selinux-dante/files/digest-selinux-dante-20041208 b/sec-policy/selinux-dante/files/digest-selinux-dante-20041208 new file mode 100644 index 000000000000..e87933290b2c --- /dev/null +++ b/sec-policy/selinux-dante/files/digest-selinux-dante-20041208 @@ -0,0 +1 @@ +MD5 797fef9a18a1ebe77fd77b1775570695 selinux-dante-20041208.tar.bz2 591 diff --git a/sec-policy/selinux-dante/selinux-dante-20041208.ebuild b/sec-policy/selinux-dante/selinux-dante-20041208.ebuild new file mode 100644 index 000000000000..3a81dd50c81f --- /dev/null +++ b/sec-policy/selinux-dante/selinux-dante-20041208.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dante/selinux-dante-20041208.ebuild,v 1.1 2004/12/12 11:56:39 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="dante.te" +FCFILES="dante.fc" +IUSE="" + +DESCRIPTION="SELinux policy for dante (free socks4,5 and msproxy implementation)" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + |