diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2004-11-22 20:53:04 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2004-11-22 20:53:04 +0000 |
commit | a44c63425fa23b961dbab1015b754c1401ebdf75 (patch) | |
tree | f6f3ef733ffadb3c84012abf903c51b74cfcbf7e /sec-policy/selinux-ntp | |
parent | merge with nsa policy (Manifest recommit) (diff) | |
download | gentoo-2-a44c63425fa23b961dbab1015b754c1401ebdf75.tar.gz gentoo-2-a44c63425fa23b961dbab1015b754c1401ebdf75.tar.bz2 gentoo-2-a44c63425fa23b961dbab1015b754c1401ebdf75.zip |
merge with nsa policy
Diffstat (limited to 'sec-policy/selinux-ntp')
-rw-r--r-- | sec-policy/selinux-ntp/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/Manifest | 12 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/files/digest-selinux-ntp-20041120 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/selinux-ntp-20041120.ebuild | 16 |
4 files changed, 26 insertions, 11 deletions
diff --git a/sec-policy/selinux-ntp/ChangeLog b/sec-policy/selinux-ntp/ChangeLog index b02e3b4daba3..af9f47c498d6 100644 --- a/sec-policy/selinux-ntp/ChangeLog +++ b/sec-policy/selinux-ntp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-ntp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.5 2004/10/23 13:48:48 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.6 2004/11/22 20:53:04 kaiowas Exp $ + +*selinux-ntp-20041120 (22 Nov 2004) + + 22 Nov 2004; petre rodan <kaiowas@gentoo.org> + +selinux-ntp-20041120.ebuild: + merge with nsa policy *selinux-ntp-20041014 (23 Oct 2004) diff --git a/sec-policy/selinux-ntp/Manifest b/sec-policy/selinux-ntp/Manifest index c78e633e0003..888aff1e67d0 100644 --- a/sec-policy/selinux-ntp/Manifest +++ b/sec-policy/selinux-ntp/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 818d15b6fd502430b47c8b4ffa811281 ChangeLog 685 MD5 ed58290361b061defc07c7f48ee829af metadata.xml 532 MD5 bfc9a6d79432632e727360451a14f7c9 selinux-ntp-20031101.ebuild 403 MD5 d8cac1a2e3b7f5b47588ee0a57faf892 selinux-ntp-20041014.ebuild 459 +MD5 1fe242c4c084d67a229c6021e18ed1aa selinux-ntp-20041120.ebuild 350 MD5 6ccfd49733cea7789e63d7771e8423f9 files/digest-selinux-ntp-20031101 71 MD5 d85e98a9377b4d8a574f6d3bc43a2f31 files/digest-selinux-ntp-20041014 71 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBehtyGSBEIeh4AEYRAmbCAJ0SxcH/qAJNRPHdB38AS/6wWfVi3QCcCBcB -OIOaf7XBVykG0RrB6ox+ons= -=kBJi ------END PGP SIGNATURE----- +MD5 c2734fd896b769d91847de9977f3e303 files/digest-selinux-ntp-20041120 71 diff --git a/sec-policy/selinux-ntp/files/digest-selinux-ntp-20041120 b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20041120 new file mode 100644 index 000000000000..de6a5de0612f --- /dev/null +++ b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20041120 @@ -0,0 +1 @@ +MD5 d6bf115f964a5cb8b26cb78d818f7143 selinux-ntp-20041120.tar.bz2 1316 diff --git a/sec-policy/selinux-ntp/selinux-ntp-20041120.ebuild b/sec-policy/selinux-ntp/selinux-ntp-20041120.ebuild new file mode 100644 index 000000000000..d011919d89e3 --- /dev/null +++ b/sec-policy/selinux-ntp/selinux-ntp-20041120.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/selinux-ntp-20041120.ebuild,v 1.1 2004/11/22 20:53:04 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="ntpd.te" +FCFILES="ntpd.fc" +IUSE="" + +DESCRIPTION="SELinux policy for the network time protocol daemon" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + +RDEPEND=">=sec-policy/selinux-base-policy-20041023" + |