diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-12-21 06:50:10 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-12-21 06:50:10 +0000 |
commit | 152fda6bcb187968d7fbedbd1c869ac87a8a3714 (patch) | |
tree | 633d54fc19a1de74c3ef342b8ad9bdd2b2c6c595 /sec-policy | |
parent | oh yeah, also bumped to stable (Manifest recommit) (diff) | |
download | gentoo-2-152fda6bcb187968d7fbedbd1c869ac87a8a3714.tar.gz gentoo-2-152fda6bcb187968d7fbedbd1c869ac87a8a3714.tar.bz2 gentoo-2-152fda6bcb187968d7fbedbd1c869ac87a8a3714.zip |
initial commit
Diffstat (limited to 'sec-policy')
5 files changed, 37 insertions, 0 deletions
diff --git a/sec-policy/selinux-daemontools/ChangeLog b/sec-policy/selinux-daemontools/ChangeLog new file mode 100644 index 000000000000..b4aab02990e5 --- /dev/null +++ b/sec-policy/selinux-daemontools/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sec-policy/selinux-daemontools +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-daemontools/ChangeLog,v 1.1 2003/12/21 06:50:01 pebenito Exp $ + + 21 Dec 2003; Chris PeBenito <pebenito@gentoo.org> metadata.xml: + Initial commit. Policy submitted by Petre Rodan. + diff --git a/sec-policy/selinux-daemontools/Manifest b/sec-policy/selinux-daemontools/Manifest new file mode 100644 index 000000000000..3708cae2ab2b --- /dev/null +++ b/sec-policy/selinux-daemontools/Manifest @@ -0,0 +1,4 @@ +MD5 1e0b9d63af7278c1a118c4b36154fd26 metadata.xml 396 +MD5 9e645be735195731ff418059aa25601b selinux-daemontools-20031221.ebuild 438 +MD5 0152f1e9101cae4ef053850ea0c182f8 ChangeLog 363 +MD5 045ca2b42682f1217f8035344151b39d files/digest-selinux-daemontools-20031221 79 diff --git a/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20031221 b/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20031221 new file mode 100644 index 000000000000..50cd087dc66b --- /dev/null +++ b/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20031221 @@ -0,0 +1 @@ +MD5 884cb2fe51000be90a710cff3ce32f90 selinux-daemontools-20031221.tar.bz2 2075 diff --git a/sec-policy/selinux-daemontools/metadata.xml b/sec-policy/selinux-daemontools/metadata.xml new file mode 100644 index 000000000000..f0b5975cdb91 --- /dev/null +++ b/sec-policy/selinux-daemontools/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 the DJ Bernstein's daemontools.</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-daemontools/selinux-daemontools-20031221.ebuild b/sec-policy/selinux-daemontools/selinux-daemontools-20031221.ebuild new file mode 100644 index 000000000000..792683819745 --- /dev/null +++ b/sec-policy/selinux-daemontools/selinux-daemontools-20031221.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-daemontools/selinux-daemontools-20031221.ebuild,v 1.1 2003/12/21 06:50:01 pebenito Exp $ + +TEFILES="daemontools.te" +FCFILES="daemontools.fc" +MACROS="daemontools_macros.te" + +inherit selinux-policy + +DESCRIPTION="SELinux policy for daemontools" + +KEYWORDS="x86 ppc sparc" + |