blob: 7055f611be44cf372a9d6fea79717aecc069fddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-screen/selinux-screen-20050821.ebuild,v 1.4 2005/09/12 19:35:02 spb Exp $
inherit selinux-policy
TEFILES="screen.te"
FCFILES="screen.fc"
MACROS="screen_macros.te"
IUSE=""
DESCRIPTION="SELinux policy for GNU Screen"
KEYWORDS="amd64 mips ppc sparc x86"
#KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
|