2022-12-14 20:27:34 +03:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="7"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="rootlesskit"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for rootlesskit"
|
|
|
|
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
2022-12-26 07:10:51 +03:00
|
|
|
KEYWORDS="amd64 arm arm64 ~mips x86"
|
2022-12-14 20:27:34 +03:00
|
|
|
fi
|
|
|
|
|
|
|
|
DEPEND="${DEPEND}
|
|
|
|
sec-policy/selinux-container
|
|
|
|
"
|
|
|
|
RDEPEND="${RDEPEND}
|
|
|
|
sec-policy/selinux-container
|
|
|
|
"
|