blob: 2bdc6bd7eab77e0313c708d9ccbac4eb28b3a69d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
IUSE=""
MODS="irqbalance"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for irqbalance"
KEYWORDS="amd64 x86"
|