diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-11-15 10:49:14 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-11-15 10:49:14 +0000 |
commit | 95034ca29b2ee9f7e69bcae66b1df5ea241ad980 (patch) | |
tree | 4f7c71368fdfa7c3ac7cfd66c0de8f1de1fb2266 /sec-policy/selinux-tftp | |
parent | Fix nagios privileges (bug #389569) (diff) | |
download | historical-95034ca29b2ee9f7e69bcae66b1df5ea241ad980.tar.gz historical-95034ca29b2ee9f7e69bcae66b1df5ea241ad980.tar.bz2 historical-95034ca29b2ee9f7e69bcae66b1df5ea241ad980.zip |
Moving policy from selinux-tftpd to selinux-tftp
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-tftp')
-rw-r--r-- | sec-policy/selinux-tftp/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-tftp/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-tftp/selinux-tftp-2.20110726.ebuild | 16 |
3 files changed, 32 insertions, 0 deletions
diff --git a/sec-policy/selinux-tftp/ChangeLog b/sec-policy/selinux-tftp/ChangeLog new file mode 100644 index 000000000000..4021b57ac415 --- /dev/null +++ b/sec-policy/selinux-tftp/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sec-policy/selinux-tftp +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftp/ChangeLog,v 1.1 2011/11/15 10:49:14 swift Exp $ + +*selinux-tftp-2.20110726 (15 Nov 2011) + + 15 Nov 2011; <swift@gentoo.org> +selinux-tftp-2.20110726.ebuild, + +metadata.xml: + Adding selinux-tftp module (rename from selinux-tftpd) + diff --git a/sec-policy/selinux-tftp/metadata.xml b/sec-policy/selinux-tftp/metadata.xml new file mode 100644 index 000000000000..5519139fd9a6 --- /dev/null +++ b/sec-policy/selinux-tftp/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>selinux</herd> + <longdescription>Gentoo SELinux policy for tftp</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-tftp/selinux-tftp-2.20110726.ebuild b/sec-policy/selinux-tftp/selinux-tftp-2.20110726.ebuild new file mode 100644 index 000000000000..a8155fc1ccb1 --- /dev/null +++ b/sec-policy/selinux-tftp/selinux-tftp-2.20110726.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftp/selinux-tftp-2.20110726.ebuild,v 1.1 2011/11/15 10:49:14 swift Exp $ +EAPI="4" + +IUSE="" +MODS="tftp" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for tftp" + +KEYWORDS="~amd64 ~x86" +RDEPEND="!<=sec-policy/selinux-tftpd-2.20110726 + >=sys-apps/policycoreutils-2.1.0 + >=sec-policy/selinux-base-policy-2.20110726" |