sec-policy/selinux-knot: move to upstreamed policy

This commit is contained in:
2020-02-29 11:34:59 +03:00
parent 36894d134b
commit 794d0d5f5f
5 changed files with 5 additions and 269 deletions

View File

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