summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2004-07-03 20:56:14 +0000
committerChris PeBenito <pebenito@gentoo.org>2004-07-03 20:56:14 +0000
commite8541f07e9ce96aedaf8e9abc8e8ee95574f85f1 (patch)
tree0b6566a851ffccef627e71b059b5b4a84f4b1a72 /sec-policy
parentinitial commit (diff)
downloadgentoo-2-e8541f07e9ce96aedaf8e9abc8e8ee95574f85f1.tar.gz
gentoo-2-e8541f07e9ce96aedaf8e9abc8e8ee95574f85f1.tar.bz2
gentoo-2-e8541f07e9ce96aedaf8e9abc8e8ee95574f85f1.zip
initial commit
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-ntop/ChangeLog10
-rw-r--r--sec-policy/selinux-ntop/Manifest3
-rw-r--r--sec-policy/selinux-ntop/files/digest-selinux-ntop-200407031
-rw-r--r--sec-policy/selinux-ntop/metadata.xml11
-rw-r--r--sec-policy/selinux-ntop/selinux-ntop-20040703.ebuild14
5 files changed, 39 insertions, 0 deletions
diff --git a/sec-policy/selinux-ntop/ChangeLog b/sec-policy/selinux-ntop/ChangeLog
new file mode 100644
index 000000000000..2b15b046b600
--- /dev/null
+++ b/sec-policy/selinux-ntop/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-ntop
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntop/ChangeLog,v 1.1 2004/07/03 20:56:14 pebenito Exp $
+
+*selinux-ntop-20040703 (03 Jul 2004)
+
+ 03 Jul 2004; Chris PeBenito <pebenito@gentoo.org> +metadata.xml,
+ +selinux-ntop-20040703.ebuild:
+ Initial commit. Submitted by Petre Rodan.
+
diff --git a/sec-policy/selinux-ntop/Manifest b/sec-policy/selinux-ntop/Manifest
new file mode 100644
index 000000000000..e6e06310de6a
--- /dev/null
+++ b/sec-policy/selinux-ntop/Manifest
@@ -0,0 +1,3 @@
+MD5 a46240093b33f0db6eb3e0811c6362c1 metadata.xml 370
+MD5 096450131a826b701f990729c123d493 selinux-ntop-20040703.ebuild 373
+MD5 a661c85a71762271ccec5917303e700e files/digest-selinux-ntop-20040703 71
diff --git a/sec-policy/selinux-ntop/files/digest-selinux-ntop-20040703 b/sec-policy/selinux-ntop/files/digest-selinux-ntop-20040703
new file mode 100644
index 000000000000..33e4d18f14e2
--- /dev/null
+++ b/sec-policy/selinux-ntop/files/digest-selinux-ntop-20040703
@@ -0,0 +1 @@
+MD5 b56eafaae0b6a89bf115d20809ee1949 selinux-ntop-20040703.tar.bz2 740
diff --git a/sec-policy/selinux-ntop/metadata.xml b/sec-policy/selinux-ntop/metadata.xml
new file mode 100644
index 000000000000..7094e2cc6c10
--- /dev/null
+++ b/sec-policy/selinux-ntop/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>hardened</herd>
+<maintainer>
+ <email>pebenito@gentoo.org</email>
+ <name>Chris PeBenito</name>
+ <description>Primary Maintainer</description>
+</maintainer>
+<longdescription>Gentoo SELinux policy for ntop.</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-ntop/selinux-ntop-20040703.ebuild b/sec-policy/selinux-ntop/selinux-ntop-20040703.ebuild
new file mode 100644
index 000000000000..96d1a106624e
--- /dev/null
+++ b/sec-policy/selinux-ntop/selinux-ntop-20040703.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-ntop/selinux-ntop-20040703.ebuild,v 1.1 2004/07/03 20:56:14 pebenito Exp $
+
+TEFILES="ntop.te"
+FCFILES="ntop.fc"
+IUSE=""
+
+inherit selinux-policy
+
+DESCRIPTION="SELinux policy for ntop"
+
+KEYWORDS="x86 ppc sparc"
+