mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sec-policy/selinux-crio: new package, add 9999
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
This commit is contained in:
8
sec-policy/selinux-crio/metadata.xml
Normal file
8
sec-policy/selinux-crio/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>selinux@gentoo.org</email>
|
||||
<name>SELinux Team</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
22
sec-policy/selinux-crio/selinux-crio-9999.ebuild
Normal file
22
sec-policy/selinux-crio/selinux-crio-9999.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
IUSE=""
|
||||
MODS="crio"
|
||||
|
||||
inherit selinux-policy-2
|
||||
|
||||
DESCRIPTION="SELinux policy for cri-o"
|
||||
|
||||
if [[ ${PV} != 9999* ]] ; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
|
||||
fi
|
||||
|
||||
DEPEND="${DEPEND}
|
||||
sec-policy/selinux-kubernetes
|
||||
"
|
||||
RDEPEND="${RDEPEND}
|
||||
sec-policy/selinux-kubernetes
|
||||
"
|
||||
Reference in New Issue
Block a user