blob: 6fd5f7d767024a63f847abf2c73e095e0973b896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apache/selinux-apache-20040103.ebuild,v 1.3 2004/06/28 00:10:36 pebenito Exp $
TEFILES="apache.te"
FCFILES="apache.fc"
MACROS="apache_macros.te"
IUSE=""
inherit selinux-policy
DESCRIPTION="SELinux policy for Apache HTTPD"
KEYWORDS="x86 ppc sparc"
|