diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-12-13 14:57:57 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-12-13 15:48:03 -0500 |
commit | b08ecfc6b66e671895525c5489a2eef802bc39c4 (patch) | |
tree | 09a00b7315e0b9340f28e1df14227e6eb55e8f86 /sec-policy | |
parent | sec-policy/selinux-kubernetes: new package, add 9999 (diff) | |
download | gentoo-b08ecfc6b66e671895525c5489a2eef802bc39c4.tar.gz gentoo-b08ecfc6b66e671895525c5489a2eef802bc39c4.tar.bz2 gentoo-b08ecfc6b66e671895525c5489a2eef802bc39c4.zip |
sec-policy/selinux-crio: new package, add 9999
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-crio/metadata.xml | 8 | ||||
-rw-r--r-- | sec-policy/selinux-crio/selinux-crio-9999.ebuild | 22 |
2 files changed, 30 insertions, 0 deletions
diff --git a/sec-policy/selinux-crio/metadata.xml b/sec-policy/selinux-crio/metadata.xml new file mode 100644 index 000000000000..781bc07e6d59 --- /dev/null +++ b/sec-policy/selinux-crio/metadata.xml @@ -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> diff --git a/sec-policy/selinux-crio/selinux-crio-9999.ebuild b/sec-policy/selinux-crio/selinux-crio-9999.ebuild new file mode 100644 index 000000000000..454287bb1fcc --- /dev/null +++ b/sec-policy/selinux-crio/selinux-crio-9999.ebuild @@ -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 +" |