gentoo/sec-policy/selinux-dbskk/selinux-dbskk-2.20250213-r1.ebuild
Sam James 492e3e8db6
sec-policy/*: stabilize 2.20250213-r1 SELinux policies
This fixes some serious issues and has been in ~arch for ages.

I did attempt to use the new stable group from 759e2225ae9d69cded09fb38d125cf1d85b5c5df
but hit two pkgdev bugs.

Bug: https://github.com/pkgcore/pkgdev/issues/213
Bug: https://github.com/pkgcore/pkgdev/issues/214
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-01 00:38:24 +01:00

21 lines
355 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MODS="dbskk"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for dbskk"
if [[ ${PV} != 9999* ]] ; then
KEYWORDS="amd64 arm arm64 x86"
fi
DEPEND="${DEPEND}
sec-policy/selinux-inetd
"
RDEPEND="${RDEPEND}
sec-policy/selinux-inetd
"