blob: f96a26b930d65f9750c83ab1183a3d3cee55b9d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-puppet/selinux-puppet-2.20101213-r2.ebuild,v 1.1 2011/07/25 23:14:24 blueness Exp $
IUSE=""
MODS="puppet"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for general applications"
DEPEND=">=sec-policy/selinux-base-policy-2.20101213-r20"
RDEPEND="${DEPEND}"
KEYWORDS="~amd64 ~x86"
POLICY_PATCH="${FILESDIR}/fix-services-puppet-r2.patch"
|