diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-10-10 02:24:19 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-10-10 02:24:19 +0000 |
commit | 2f1f582c2acec026ef1ea16b293723ba075190f0 (patch) | |
tree | ef92cc388556e9ce020187b10ad962148204ebbf /sec-policy/selinux-sudo/selinux-sudo-20061008.ebuild | |
parent | Corrected Tomcat's build.xml patch to no longer comment out build-webapps-pre... (diff) | |
download | gentoo-2-2f1f582c2acec026ef1ea16b293723ba075190f0.tar.gz gentoo-2-2f1f582c2acec026ef1ea16b293723ba075190f0.tar.bz2 gentoo-2-2f1f582c2acec026ef1ea16b293723ba075190f0.zip |
First SELinux reference policy testing release.
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'sec-policy/selinux-sudo/selinux-sudo-20061008.ebuild')
-rw-r--r-- | sec-policy/selinux-sudo/selinux-sudo-20061008.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sec-policy/selinux-sudo/selinux-sudo-20061008.ebuild b/sec-policy/selinux-sudo/selinux-sudo-20061008.ebuild new file mode 100644 index 000000000000..9e11ceb21360 --- /dev/null +++ b/sec-policy/selinux-sudo/selinux-sudo-20061008.ebuild @@ -0,0 +1,13 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-sudo/selinux-sudo-20061008.ebuild,v 1.1 2006/10/10 02:24:17 pebenito Exp $ + +MODS="sudo" +IUSE="" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for sudo" + +KEYWORDS="alpha amd64 mips ppc sparc x86" + |