2019-05-08 14:53:59 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Id$
|
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
2020-01-06 11:00:13 +03:00
|
|
|
MODS="desktop-custom"
|
|
|
|
POLICY_FILES="desktop-custom.te desktop-custom.fc"
|
2019-05-08 14:53:59 +03:00
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
2020-01-06 11:00:13 +03:00
|
|
|
DESCRIPTION="SELinux policy for custom desktop related things"
|
2019-05-08 14:53:59 +03:00
|
|
|
|
|
|
|
RDEPEND="sec-policy/selinux-base-policy"
|
|
|
|
|
|
|
|
if [[ $PV == 9999* ]] ; then
|
|
|
|
KEYWORDS=""
|
|
|
|
else
|
|
|
|
KEYWORDS="amd64 x86"
|
|
|
|
fi
|