diff options
author | Jason Zaman <perfinion@gentoo.org> | 2022-01-29 21:36:22 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-01-29 23:27:05 -0800 |
commit | c22985f36831904cc13a8915376045eba4745c6b (patch) | |
tree | 5773ce4b047eb34f4f7f135d5d42d2988362ddf3 /sec-policy/selinux-podman | |
parent | sec-policy/selinux-docker: New 9999 policy package (diff) | |
download | gentoo-c22985f36831904cc13a8915376045eba4745c6b.tar.gz gentoo-c22985f36831904cc13a8915376045eba4745c6b.tar.bz2 gentoo-c22985f36831904cc13a8915376045eba4745c6b.zip |
sec-policy/selinux-podman: New 9999 policy package
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-podman')
-rw-r--r-- | sec-policy/selinux-podman/metadata.xml | 8 | ||||
-rw-r--r-- | sec-policy/selinux-podman/selinux-podman-9999.ebuild | 22 |
2 files changed, 30 insertions, 0 deletions
diff --git a/sec-policy/selinux-podman/metadata.xml b/sec-policy/selinux-podman/metadata.xml new file mode 100644 index 000000000000..781bc07e6d59 --- /dev/null +++ b/sec-policy/selinux-podman/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-podman/selinux-podman-9999.ebuild b/sec-policy/selinux-podman/selinux-podman-9999.ebuild new file mode 100644 index 000000000000..86c074ff20d0 --- /dev/null +++ b/sec-policy/selinux-podman/selinux-podman-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="podman" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for podman" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi + +DEPEND="${DEPEND} + sec-policy/selinux-container +" +RDEPEND="${RDEPEND} + sec-policy/selinux-container +" |