diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-02-06 00:00:42 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-02-06 00:00:42 +0000 |
commit | cce435a3822931c72a9ebce50ba720c0f8098228 (patch) | |
tree | 24627b14772b26c0ec030338e7ccbfff499f9ce4 /sec-policy/selinux-tor | |
parent | Version bump. (diff) | |
download | historical-cce435a3822931c72a9ebce50ba720c0f8098228.tar.gz historical-cce435a3822931c72a9ebce50ba720c0f8098228.tar.bz2 historical-cce435a3822931c72a9ebce50ba720c0f8098228.zip |
Bulk update of current selinux policies.
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-tor')
-rw-r--r-- | sec-policy/selinux-tor/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-tor/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-tor/selinux-tor-2.20101213.ebuild | 13 |
3 files changed, 26 insertions, 0 deletions
diff --git a/sec-policy/selinux-tor/ChangeLog b/sec-policy/selinux-tor/ChangeLog new file mode 100644 index 000000000000..ba51b5d29a07 --- /dev/null +++ b/sec-policy/selinux-tor/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sec-policy/selinux-tor +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tor/ChangeLog,v 1.1 2011/02/06 00:00:40 blueness Exp $ + + 05 Feb 2011; Anthony G. Basile <blueness@gentoo.org> ChangeLog: + Initial commit to portage. + diff --git a/sec-policy/selinux-tor/metadata.xml b/sec-policy/selinux-tor/metadata.xml new file mode 100644 index 000000000000..ef4a1e3d7e71 --- /dev/null +++ b/sec-policy/selinux-tor/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>hardened</herd> +<longdescription>Gentoo SELinux policy for tor</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-tor/selinux-tor-2.20101213.ebuild b/sec-policy/selinux-tor/selinux-tor-2.20101213.ebuild new file mode 100644 index 000000000000..ea81dbe9d82f --- /dev/null +++ b/sec-policy/selinux-tor/selinux-tor-2.20101213.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tor/selinux-tor-2.20101213.ebuild,v 1.1 2011/02/06 00:00:40 blueness Exp $ + +IUSE="" + +MODS="tor" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for general applications" + +KEYWORDS="~amd64 ~x86" |