blob: 6f92a16f71d25afd70047d6bc0e8294753a341cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nfs/selinux-nfs-20040501.ebuild,v 1.3 2004/09/20 01:55:47 pebenito Exp $
TEFILES="rpcd.te"
FCFILES="rpcd.fc"
IUSE=""
inherit selinux-policy
RDEPEND="sec-policy/selinux-portmap"
DESCRIPTION="SELinux policy for NFS"
KEYWORDS="x86 ppc sparc amd64"
|