diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2005-08-23 06:25:28 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2005-08-23 06:25:28 +0000 |
commit | deefb50931199097118a89db33c4135c30d2e8bb (patch) | |
tree | d89bac57016f9cdf7059221fca81f6d97ea4b008 /sec-policy | |
parent | initial commit (diff) | |
download | historical-deefb50931199097118a89db33c4135c30d2e8bb.tar.gz historical-deefb50931199097118a89db33c4135c30d2e8bb.tar.bz2 historical-deefb50931199097118a89db33c4135c30d2e8bb.zip |
initial commit
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-tftpd/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-tftpd/Manifest | 14 | ||||
-rw-r--r-- | sec-policy/selinux-tftpd/files/digest-selinux-tftpd-20050701 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-tftpd/metadata.xml | 16 | ||||
-rw-r--r-- | sec-policy/selinux-tftpd/selinux-tftpd-20050701.ebuild | 15 |
5 files changed, 56 insertions, 0 deletions
diff --git a/sec-policy/selinux-tftpd/ChangeLog b/sec-policy/selinux-tftpd/ChangeLog new file mode 100644 index 000000000000..08924c3cc76e --- /dev/null +++ b/sec-policy/selinux-tftpd/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sec-policy/selinux-tftpd +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/ChangeLog,v 1.1 2005/08/23 06:25:27 kaiowas Exp $ + +*selinux-tftpd-20050701 (23 Aug 2005) + + 23 Aug 2005; petre rodan <kaiowas@gentoo.org> +metadata.xml, + +selinux-tftpd-20050701.ebuild: + initial commit + diff --git a/sec-policy/selinux-tftpd/Manifest b/sec-policy/selinux-tftpd/Manifest new file mode 100644 index 000000000000..e2ff804f0f87 --- /dev/null +++ b/sec-policy/selinux-tftpd/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 0b5824c63bd0f8321d1c39925c2fc495 ChangeLog 376 +MD5 c9cbe132d8171aca9fe82464f0529071 metadata.xml 519 +MD5 3c19c6685a271740681c62265eee70b5 selinux-tftpd-20050701.ebuild 450 +MD5 2b12a4d8662adf668aca66ee37377604 files/digest-selinux-tftpd-20050701 72 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFDCtF5GSBEIeh4AEYRAuEEAJ4wjljAkN9GJdjMEDqK09Ku/R1fiQCgiotp +y5oAkYXI+cBMaefMeMeHfUQ= +=16VQ +-----END PGP SIGNATURE----- diff --git a/sec-policy/selinux-tftpd/files/digest-selinux-tftpd-20050701 b/sec-policy/selinux-tftpd/files/digest-selinux-tftpd-20050701 new file mode 100644 index 000000000000..d1c8a58999c8 --- /dev/null +++ b/sec-policy/selinux-tftpd/files/digest-selinux-tftpd-20050701 @@ -0,0 +1 @@ +MD5 325af11bd6c4e2de01556788391f551d selinux-tftpd-20050701.tar.bz2 704 diff --git a/sec-policy/selinux-tftpd/metadata.xml b/sec-policy/selinux-tftpd/metadata.xml new file mode 100644 index 000000000000..096b0120e1ba --- /dev/null +++ b/sec-policy/selinux-tftpd/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>hardened</herd> +<maintainer> + <email>kaiowas@gentoo.org</email> + <name>Petre Rodan</name> + <description>Primary Maintainer</description> +</maintainer> +<maintainer> + <email>pebenito@gentoo.org</email> + <name>Chris PeBenito</name> + <description>Backup Maintainer</description> +</maintainer> +<longdescription>Gentoo SELinux policy for all tftp daemons.</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-tftpd/selinux-tftpd-20050701.ebuild b/sec-policy/selinux-tftpd/selinux-tftpd-20050701.ebuild new file mode 100644 index 000000000000..c1e9bc89bfa8 --- /dev/null +++ b/sec-policy/selinux-tftpd/selinux-tftpd-20050701.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/selinux-tftpd-20050701.ebuild,v 1.1 2005/08/23 06:25:28 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="tftpd.te" +FCFILES="tftpd.fc" +IUSE="" +RDEPEND=">=sec-policy/selinux-base-policy-20050618" + +DESCRIPTION="SELinux policy for tftp daemons" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips" + |