diff options
-rw-r--r-- | sec-policy/selinux-portmap/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-portmap/files/digest-selinux-portmap-20050908 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-portmap/selinux-portmap-20050908.ebuild | 14 |
3 files changed, 22 insertions, 1 deletions
diff --git a/sec-policy/selinux-portmap/ChangeLog b/sec-policy/selinux-portmap/ChangeLog index bdcd35262ec0..0b1cbf926081 100644 --- a/sec-policy/selinux-portmap/ChangeLog +++ b/sec-policy/selinux-portmap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-portmap # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-portmap/ChangeLog,v 1.6 2005/05/23 17:04:58 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-portmap/ChangeLog,v 1.7 2005/09/08 23:19:31 pebenito Exp $ + +*selinux-portmap-20050908 (08 Sep 2005) + + 08 Sep 2005; Chris PeBenito <pebenito@gentoo.org> + +selinux-portmap-20050908.ebuild: + New release to add new perms from 2.6.12. 23 May 2005; Stephen Bennett <spb@gentoo.org> selinux-portmap-20030811.ebuild: diff --git a/sec-policy/selinux-portmap/files/digest-selinux-portmap-20050908 b/sec-policy/selinux-portmap/files/digest-selinux-portmap-20050908 new file mode 100644 index 000000000000..f3f12ac93372 --- /dev/null +++ b/sec-policy/selinux-portmap/files/digest-selinux-portmap-20050908 @@ -0,0 +1 @@ +MD5 42795724a969c0454737147cb09ce31e selinux-portmap-20050908.tar.bz2 1130 diff --git a/sec-policy/selinux-portmap/selinux-portmap-20050908.ebuild b/sec-policy/selinux-portmap/selinux-portmap-20050908.ebuild new file mode 100644 index 000000000000..ede727d57bbb --- /dev/null +++ b/sec-policy/selinux-portmap/selinux-portmap-20050908.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-portmap/selinux-portmap-20050908.ebuild,v 1.1 2005/09/08 23:19:31 pebenito Exp $ + +TEFILES="portmap.te" +FCFILES="portmap.fc" +IUSE="" + +inherit selinux-policy + +DESCRIPTION="SELinux policy for portmap" + +#KEYWORDS="amd64 mips ppc sparc x86" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" |