Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-podman/
Date: Sun, 30 Jan 2022 07:27:41
Message-Id: 1643527625.c22985f36831904cc13a8915376045eba4745c6b.perfinion@gentoo
1 commit: c22985f36831904cc13a8915376045eba4745c6b
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 05:36:22 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 07:27:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22985f3
7
8 sec-policy/selinux-podman: New 9999 policy package
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sec-policy/selinux-podman/metadata.xml | 8 ++++++++
14 .../selinux-podman/selinux-podman-9999.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 30 insertions(+)
16
17 diff --git a/sec-policy/selinux-podman/metadata.xml b/sec-policy/selinux-podman/metadata.xml
18 new file mode 100644
19 index 000000000000..781bc07e6d59
20 --- /dev/null
21 +++ b/sec-policy/selinux-podman/metadata.xml
22 @@ -0,0 +1,8 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <maintainer type="project">
27 + <email>selinux@g.o</email>
28 + <name>SELinux Team</name>
29 + </maintainer>
30 +</pkgmetadata>
31
32 diff --git a/sec-policy/selinux-podman/selinux-podman-9999.ebuild b/sec-policy/selinux-podman/selinux-podman-9999.ebuild
33 new file mode 100644
34 index 000000000000..86c074ff20d0
35 --- /dev/null
36 +++ b/sec-policy/selinux-podman/selinux-podman-9999.ebuild
37 @@ -0,0 +1,22 @@
38 +# Copyright 1999-2022 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI="7"
42 +
43 +IUSE=""
44 +MODS="podman"
45 +
46 +inherit selinux-policy-2
47 +
48 +DESCRIPTION="SELinux policy for podman"
49 +
50 +if [[ ${PV} != 9999* ]] ; then
51 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
52 +fi
53 +
54 +DEPEND="${DEPEND}
55 + sec-policy/selinux-container
56 +"
57 +RDEPEND="${RDEPEND}
58 + sec-policy/selinux-container
59 +"