selinux-hostapd: switch to upstream module

This commit is contained in:
2019-05-08 15:37:57 +03:00
parent 1ae6f3660a
commit 67f2619f40
4 changed files with 3 additions and 67 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
IUSE=""
MODS="hostapd"
POLICY_FILES="hostapd.te hostapd.fc"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for hostapd"
RDEPEND="sec-policy/selinux-base-policy"
if [[ $PV == 9999* ]] ; then
KEYWORDS=""
else
KEYWORDS="amd64 x86"
fi