blob: 2c1df5973ad14cdf0596bd58af02fcde55012b5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild,v 1.2 2009/07/22 13:12:33 pebenito Exp $
IUSE=""
DESCRIPTION="SELinux policy for mdadm"
HOMEPAGE="http://hardened.gentoo.org"
LICENSE="GPL-2"
SLOT="0"
DEPEND=">=sec-policy/selinux-base-policy-20060101"
RDEPEND="${DEPEND}"
KEYWORDS="amd64 x86"
|