diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-02-04 04:09:11 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-02-04 04:09:11 +0000 |
commit | 193c0ec88df2a4f63e696a9f951e882875d43024 (patch) | |
tree | 0bb321b888a23d5bc20f5551194d682a21f9f5a5 /sec-policy | |
parent | fix digest (diff) | |
download | gentoo-2-193c0ec88df2a4f63e696a9f951e882875d43024.tar.gz gentoo-2-193c0ec88df2a4f63e696a9f951e882875d43024.tar.bz2 gentoo-2-193c0ec88df2a4f63e696a9f951e882875d43024.zip |
updates from petre
Diffstat (limited to 'sec-policy')
3 files changed, 24 insertions, 2 deletions
diff --git a/sec-policy/selinux-daemontools/ChangeLog b/sec-policy/selinux-daemontools/ChangeLog index 805804f1377b..32db88925199 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-daemontools/ChangeLog,v 1.2 2004/01/04 12:51:51 aliz Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-daemontools/ChangeLog,v 1.3 2004/02/04 04:09:11 pebenito Exp $ + +*selinux-daemontools-20040203 (03 Feb 2004) + + 03 Feb 2004; Chris PeBenito <pebenito@gentoo.org> + selinux-daemontools-20040203.ebuild: + Updates from Petre, including using run_init to control the daemontools + scripts. *selinux-daemontools-20031221 (21 Dec 2003) diff --git a/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20040203 b/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20040203 new file mode 100644 index 000000000000..d517124372b9 --- /dev/null +++ b/sec-policy/selinux-daemontools/files/digest-selinux-daemontools-20040203 @@ -0,0 +1 @@ +MD5 940c7f2ede256a9c7e59f0742870c473 selinux-daemontools-20040203.tar.bz2 2051 diff --git a/sec-policy/selinux-daemontools/selinux-daemontools-20040203.ebuild b/sec-policy/selinux-daemontools/selinux-daemontools-20040203.ebuild new file mode 100644 index 000000000000..dcd15aa523ad --- /dev/null +++ b/sec-policy/selinux-daemontools/selinux-daemontools-20040203.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 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-20040203.ebuild,v 1.1 2004/02/04 04:09:11 pebenito Exp $ + +TEFILES="daemontools.te" +FCFILES="daemontools.fc" +MACROS="daemontools_macros.te" + +inherit selinux-policy + +DESCRIPTION="SELinux policy for daemontools" + +KEYWORDS="~x86 ~ppc ~sparc" + |