diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2004-10-23 09:07:54 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2004-10-23 09:07:54 +0000 |
commit | cdf38b28910caef84d3e60624417c9685b933911 (patch) | |
tree | c201e09ddec4f9d6b97a2d87a3496d2c7fc10aa3 /sec-policy/selinux-daemontools | |
parent | Removed old ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-cdf38b28910caef84d3e60624417c9685b933911.tar.gz gentoo-2-cdf38b28910caef84d3e60624417c9685b933911.tar.bz2 gentoo-2-cdf38b28910caef84d3e60624417c9685b933911.zip |
added capability of supervising rsync and apache processes, minor improvements, updated primary maintainer
Diffstat (limited to 'sec-policy/selinux-daemontools')
5 files changed, 34 insertions, 14 deletions
diff --git a/sec-policy/selinux-daemontools/ChangeLog b/sec-policy/selinux-daemontools/ChangeLog index 7b43731b7513..fb8c64e143fa 100644 --- a/sec-policy/selinux-daemontools/ChangeLog +++ b/sec-policy/selinux-daemontools/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sec-policy/selinux-daemontools # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-daemontools/ChangeLog,v 1.4 2004/06/28 00:10:37 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-daemontools/ChangeLog,v 1.5 2004/10/23 09:07:54 kaiowas Exp $ + +*selinux-daemontools-20041022 (23 Oct 2004) + + 23 Oct 2004; petre rodan <kaiowas@gentoo.org> metadata.xml, + +selinux-daemontools-20041022.ebuild: + added capability of supervising rsync and apache processes, minor + improvements, updated primary maintainer *selinux-daemontools-20040203 (03 Feb 2004) diff --git a/sec-policy/selinux-daemontools/Manifest b/sec-policy/selinux-daemontools/Manifest index 5af4e8f73a13..71b13a256a7b 100644 --- a/sec-policy/selinux-daemontools/Manifest +++ b/sec-policy/selinux-daemontools/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 5ca3f8d4f9ea99c1ac0be5b88577aef2 ChangeLog 621 -MD5 1e0b9d63af7278c1a118c4b36154fd26 metadata.xml 396 +MD5 50d358bc93af4fe500ff0ccc71ca72fe ChangeLog 880 +MD5 db86a3732cf9576527558b9050c51f33 metadata.xml 533 MD5 cf0816558d0edfe3ee0aa7751514b4d2 selinux-daemontools-20040203.ebuild 443 +MD5 caa1015cbc7f459441cfdce1ba663f12 selinux-daemontools-20041022.ebuild 321 MD5 8f50a0e3d839ace3510ad7317350c3b5 files/digest-selinux-daemontools-20040203 79 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.5 (GNU/Linux) - -iD8DBQFBTjkIGFJQsIJWJy4RApWrAJ4vFbbtbzHVQNwYlWRHt8pjLwsTygCfYnH7 -v8dy+LBwREXsZmpi+htp2lI= -=XQ8I ------END PGP SIGNATURE----- +MD5 9083cdde946b6bfa375b7575ef19edee files/digest-selinux-daemontools-20041022 79 diff --git a/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20041022 b/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20041022 new file mode 100644 index 000000000000..d84376310a51 --- /dev/null +++ b/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20041022 @@ -0,0 +1 @@ +MD5 06cf2fe900c7d2baf607a103438f1326 selinux-daemontools-20041022.tar.bz2 2088 diff --git a/sec-policy/selinux-daemontools/metadata.xml b/sec-policy/selinux-daemontools/metadata.xml index f0b5975cdb91..876ab78b47c4 100644 --- a/sec-policy/selinux-daemontools/metadata.xml +++ b/sec-policy/selinux-daemontools/metadata.xml @@ -3,9 +3,14 @@ <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>Primary Maintainer</description> + <description>Backup Maintainer</description> </maintainer> <longdescription>Gentoo SELinux policy for the DJ Bernstein's daemontools.</longdescription> </pkgmetadata> diff --git a/sec-policy/selinux-daemontools/selinux-daemontools-20041022.ebuild b/sec-policy/selinux-daemontools/selinux-daemontools-20041022.ebuild new file mode 100644 index 000000000000..8e626a5cd39b --- /dev/null +++ b/sec-policy/selinux-daemontools/selinux-daemontools-20041022.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-daemontools/selinux-daemontools-20041022.ebuild,v 1.1 2004/10/23 09:07:54 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="daemontools.te" +FCFILES="daemontools.fc" +MACROS="daemontools_macros.te" +IUSE="" + +DESCRIPTION="SELinux policy for daemontools" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + |