blob: 4a59b60609463745d581b49beac037bf7106f743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-networkmanager/selinux-networkmanager-2.20101213.ebuild,v 1.1 2011/02/05 20:41:05 blueness Exp $
IUSE=""
MODS="networkmanager"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for general applications"
KEYWORDS="~amd64 ~x86"
MODDEPEND=">=sec-policy/selinux-base-policy-2.20101213-r1"
# Patch "fix-networkmanager.patch" contains:
# - Support for wpa_cli. Gentoo's init scripts use wpa_cli to run the init
# scripts when wpa_supplicant has associated.
# - Support running wpa_cli from commandline (requires
# selinux-base-policy-2.20101213-r1) due to patch to sysadm_t domain
POLICY_PATCH="${FILESDIR}/fix-networkmanager.patch"
|