blob: 1eee4b6972dc2e7210133dd7786255a48177e9aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-jabber-server/selinux-jabber-server-20050219.ebuild,v 1.1 2005/11/29 11:54:26 kaiowas Exp $
inherit selinux-policy
TEFILES="jabberd.te"
FCFILES="jabberd.fc"
IUSE=""
DESCRIPTION="SELinux policy for the jabber server"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
|