diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-08-12 02:25:52 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-08-12 02:25:52 +0000 |
commit | 134d86457a242b5358fa4e510bfabb6255645c8b (patch) | |
tree | 20385b651403561bd06d44443cdab69725cf2ea1 /sec-policy | |
parent | initial commit (diff) | |
download | gentoo-2-134d86457a242b5358fa4e510bfabb6255645c8b.tar.gz gentoo-2-134d86457a242b5358fa4e510bfabb6255645c8b.tar.bz2 gentoo-2-134d86457a242b5358fa4e510bfabb6255645c8b.zip |
initial commit
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-ntp/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/Manifest | 4 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/files/digest-selinux-ntp-20030811 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/metadata.xml | 11 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/selinux-ntp-20030811.ebuild | 13 |
5 files changed, 38 insertions, 1 deletions
diff --git a/sec-policy/selinux-ntp/ChangeLog b/sec-policy/selinux-ntp/ChangeLog new file mode 100644 index 000000000000..ec1d51c3d3b5 --- /dev/null +++ b/sec-policy/selinux-ntp/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sec-policy/selinux-ntp +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.1 2003/08/12 02:25:48 pebenito Exp $ + +*selinux-ntp-20030811 (11 Aug 2003) + + 11 Aug 2003; Chris PeBenito <pebenito@gentoo.org> metadata.xml, + selinux-ntp-20030811.ebuild: + Initial commit + diff --git a/sec-policy/selinux-ntp/Manifest b/sec-policy/selinux-ntp/Manifest index 5ceb4439b1f8..b597f2767fd5 100644 --- a/sec-policy/selinux-ntp/Manifest +++ b/sec-policy/selinux-ntp/Manifest @@ -1,2 +1,4 @@ -MD5 102d8b4a8e0c7c68c50fb0fa3b84cab1 selinux-ntp-20030811.ebuild 390 +MD5 ac90702ea2b20e7a04656c1fbeb1a5ff selinux-ntp-20030811.ebuild 388 +MD5 e1d33c0173f458a8f38e64ebe39f98ec metadata.xml 398 +MD5 cb45402d340bc2bd544bc9361e743d6c ChangeLog 380 MD5 5c0b2d4f37c0c27280c8d7e5cc7744eb files/digest-selinux-ntp-20030811 71 diff --git a/sec-policy/selinux-ntp/files/digest-selinux-ntp-20030811 b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20030811 new file mode 100644 index 000000000000..730dbf81ebaf --- /dev/null +++ b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20030811 @@ -0,0 +1 @@ +MD5 8c981c2694cb1f238dff6bbdc891f1e7 selinux-ntp-20030811.tar.bz2 1147 diff --git a/sec-policy/selinux-ntp/metadata.xml b/sec-policy/selinux-ntp/metadata.xml new file mode 100644 index 000000000000..d5aa8dbef763 --- /dev/null +++ b/sec-policy/selinux-ntp/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 network time protocol daemon.</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-ntp/selinux-ntp-20030811.ebuild b/sec-policy/selinux-ntp/selinux-ntp-20030811.ebuild new file mode 100644 index 000000000000..cd9efe4961ab --- /dev/null +++ b/sec-policy/selinux-ntp/selinux-ntp-20030811.ebuild @@ -0,0 +1,13 @@ +# 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-ntp/selinux-ntp-20030811.ebuild,v 1.1 2003/08/12 02:25:48 pebenito Exp $ + +TEFILES="ntpd.te" +FCFILES="ntpd.fc" + +inherit selinux-policy + +DESCRIPTION="SELinux policy for the network time protocol daemon" + +KEYWORDS="x86" + |