mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
2474610132
Bug: https://bugs.gentoo.org/951355 Signed-off-by: Rahul Sandhu <nvraxn@posteo.uk> Signed-off-by: Sam James <sam@gentoo.org>
17 lines
384 B
Bash
17 lines
384 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
MODS="munin"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for munin"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="amd64 arm arm64 x86"
|
|
fi
|
|
DEPEND+="sec-policy/selinux-apache[${SELINUX_POLICY_USEDEP}]"
|
|
RDEPEND+="sec-policy/selinux-apache[${SELINUX_POLICY_USEDEP}]"
|