diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2004-11-13 19:55:09 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2004-11-13 19:55:09 +0000 |
commit | 07d10e0501e02407cbe300cd7a5b386fd3252043 (patch) | |
tree | e6165b29050402f5a46701086407e76c3321e93f /sec-policy/selinux-logrotate | |
parent | mzscheme won't build on amd64, #65216 (diff) | |
download | gentoo-2-07d10e0501e02407cbe300cd7a5b386fd3252043.tar.gz gentoo-2-07d10e0501e02407cbe300cd7a5b386fd3252043.tar.bz2 gentoo-2-07d10e0501e02407cbe300cd7a5b386fd3252043.zip |
merge with nsa policy
Diffstat (limited to 'sec-policy/selinux-logrotate')
4 files changed, 24 insertions, 11 deletions
diff --git a/sec-policy/selinux-logrotate/ChangeLog b/sec-policy/selinux-logrotate/ChangeLog index 1954d8382681..2bd966b4ba83 100644 --- a/sec-policy/selinux-logrotate/ChangeLog +++ b/sec-policy/selinux-logrotate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-logrotate # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-logrotate/ChangeLog,v 1.3 2004/06/28 00:25:33 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-logrotate/ChangeLog,v 1.4 2004/11/13 19:55:09 kaiowas Exp $ + +*selinux-logrotate-20041109 (13 Nov 2004) + + 13 Nov 2004; petre rodan <kaiowas@gentoo.org> + +selinux-logrotate-20041109.ebuild: + merge with nsa policy *selinux-logrotate-20031129 (29 Nov 2003) diff --git a/sec-policy/selinux-logrotate/Manifest b/sec-policy/selinux-logrotate/Manifest index 47000fc8241d..374609d3b305 100644 --- a/sec-policy/selinux-logrotate/Manifest +++ b/sec-policy/selinux-logrotate/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 d170a99ed667b064b6206d1e8ced679f ChangeLog 422 MD5 54528549c74096166938118f88d5dc1a metadata.xml 378 MD5 15bef20e791738765681c9feea16a3ce selinux-logrotate-20031129.ebuild 402 +MD5 6d9b1c44bfb19aec83805f7916b00297 selinux-logrotate-20041109.ebuild 284 MD5 ba8727f969149526c6a20a13a9945058 files/digest-selinux-logrotate-20031129 77 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.5 (GNU/Linux) - -iD8DBQFBTjjrGFJQsIJWJy4RApHKAJ4knOUEPLecghN4LQjMFpvmmtWYwQCeIahb -y+jeA9f1TcylAKEw0G+YN8o= -=es94 ------END PGP SIGNATURE----- +MD5 e5973853541b454d43bd7b5cda8ec1de files/digest-selinux-logrotate-20041109 77 diff --git a/sec-policy/selinux-logrotate/files/digest-selinux-logrotate-20041109 b/sec-policy/selinux-logrotate/files/digest-selinux-logrotate-20041109 new file mode 100644 index 000000000000..58a5b9cb5a70 --- /dev/null +++ b/sec-policy/selinux-logrotate/files/digest-selinux-logrotate-20041109 @@ -0,0 +1 @@ +MD5 35080d925ab521abec15ff4da03da01c selinux-logrotate-20041109.tar.bz2 1865 diff --git a/sec-policy/selinux-logrotate/selinux-logrotate-20041109.ebuild b/sec-policy/selinux-logrotate/selinux-logrotate-20041109.ebuild new file mode 100644 index 000000000000..7458d347e2f0 --- /dev/null +++ b/sec-policy/selinux-logrotate/selinux-logrotate-20041109.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-logrotate/selinux-logrotate-20041109.ebuild,v 1.1 2004/11/13 19:55:09 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="logrotate.te" +FCFILES="logrotate.fc" +IUSE="" + +DESCRIPTION="SELinux policy for logrotate" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + |