blob: b5f27527ef7d096984ec0219f237896f7932117c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.1 2004/01/04 03:58:40 pebenito Exp $
TEFILES="apache.te"
FCFILES="apache.fc"
MACROS="apache_macros.te"
inherit selinux-policy
DESCRIPTION="SELinux policy for Apache HTTPD"
KEYWORDS="x86 ppc sparc"
|