blob: 9e7a5ddb5120451160487d1a8a0ac2608935b7c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 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.4 2005/05/30 00:45:47 spb Exp $
TEFILES="rpcd.te"
FCFILES="rpcd.fc"
IUSE=""
inherit selinux-policy
RDEPEND="sec-policy/selinux-portmap"
DESCRIPTION="SELinux policy for NFS"
KEYWORDS="amd64 ~mips ppc sparc x86"
|