summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetre Rodan <kaiowas@gentoo.org>2004-10-23 08:49:41 +0000
committerPetre Rodan <kaiowas@gentoo.org>2004-10-23 08:49:41 +0000
commit07668efad453b1ae215fd1d616800dd4a5dd1215 (patch)
tree5b3cbe44d697361c72e186b46d6eedbdd1ef0f04 /sec-policy/selinux-snmpd
parentMinor fix, changed primary maintainer (diff)
downloadhistorical-07668efad453b1ae215fd1d616800dd4a5dd1215.tar.gz
historical-07668efad453b1ae215fd1d616800dd4a5dd1215.tar.bz2
historical-07668efad453b1ae215fd1d616800dd4a5dd1215.zip
Initial commit.
Diffstat (limited to 'sec-policy/selinux-snmpd')
-rw-r--r--sec-policy/selinux-snmpd/ChangeLog10
-rw-r--r--sec-policy/selinux-snmpd/Manifest14
-rw-r--r--sec-policy/selinux-snmpd/files/digest-selinux-snmpd-200410141
-rw-r--r--sec-policy/selinux-snmpd/metadata.xml16
-rw-r--r--sec-policy/selinux-snmpd/selinux-snmpd-20041014.ebuild14
5 files changed, 55 insertions, 0 deletions
diff --git a/sec-policy/selinux-snmpd/ChangeLog b/sec-policy/selinux-snmpd/ChangeLog
new file mode 100644
index 000000000000..ccd278d70a40
--- /dev/null
+++ b/sec-policy/selinux-snmpd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-snmpd
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-snmpd/ChangeLog,v 1.1 2004/10/23 08:49:41 kaiowas Exp $
+
+*selinux-snmpd-20041014 (23 Oct 2004)
+
+ 23 Oct 2004; petre rodan <kaiowas@gentoo.org> +metadata.xml,
+ +selinux-snmpd-20041014.ebuild:
+ Initial commit.
+
diff --git a/sec-policy/selinux-snmpd/Manifest b/sec-policy/selinux-snmpd/Manifest
new file mode 100644
index 000000000000..f99aa0fc8e95
--- /dev/null
+++ b/sec-policy/selinux-snmpd/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 daa0238e37416e77b10157d23505af3e ChangeLog 377
+MD5 b99cfd64dc18e0af6e9328ece6d0f38b metadata.xml 515
+MD5 bb684ca59207ad6400ab2cb142d584bb selinux-snmpd-20041014.ebuild 392
+MD5 b425fa6ee8832231c3d51f141b006f21 files/digest-selinux-snmpd-20041014 73
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBee1dGSBEIeh4AEYRAjmCAKCCFX1lyGocqheypM6OjRnziXhJzQCfY9QY
+/20YDfEU/17+soW3S4CjAMQ=
+=TRSy
+-----END PGP SIGNATURE-----
diff --git a/sec-policy/selinux-snmpd/files/digest-selinux-snmpd-20041014 b/sec-policy/selinux-snmpd/files/digest-selinux-snmpd-20041014
new file mode 100644
index 000000000000..ed822e563577
--- /dev/null
+++ b/sec-policy/selinux-snmpd/files/digest-selinux-snmpd-20041014
@@ -0,0 +1 @@
+MD5 bf326acfd431554984f1a0a4d384018c selinux-snmpd-20041014.tar.bz2 1191
diff --git a/sec-policy/selinux-snmpd/metadata.xml b/sec-policy/selinux-snmpd/metadata.xml
new file mode 100644
index 000000000000..250f402e8ae4
--- /dev/null
+++ b/sec-policy/selinux-snmpd/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 snmp daemons.</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-snmpd/selinux-snmpd-20041014.ebuild b/sec-policy/selinux-snmpd/selinux-snmpd-20041014.ebuild
new file mode 100644
index 000000000000..195d7ef89144
--- /dev/null
+++ b/sec-policy/selinux-snmpd/selinux-snmpd-20041014.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-snmpd/selinux-snmpd-20041014.ebuild,v 1.1 2004/10/23 08:49:41 kaiowas Exp $
+
+inherit selinux-policy
+
+TEFILES="snmpd.te"
+FCFILES="snmpd.fc"
+IUSE=""
+
+DESCRIPTION="SELinux policy for snmp daemons"
+
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+