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-rootlesskit/
Date: Sat, 09 Apr 2022 21:32:40
Message-Id: 1649539856.9da7dd8ec74c82a583d9c5d2688db6d78a40be97.perfinion@gentoo
1 commit: 9da7dd8ec74c82a583d9c5d2688db6d78a40be97
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 20:44:53 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 21:30:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da7dd8e
7
8 sec-policy/selinux-rootlesskit: Add new 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-rootlesskit/Manifest | 2 ++
14 sec-policy/selinux-rootlesskit/metadata.xml | 8 ++++++++
15 .../selinux-rootlesskit-2.20220106-r3.ebuild | 22 ++++++++++++++++++++++
16 .../selinux-rootlesskit-9999.ebuild | 22 ++++++++++++++++++++++
17 4 files changed, 54 insertions(+)
18
19 diff --git a/sec-policy/selinux-rootlesskit/Manifest b/sec-policy/selinux-rootlesskit/Manifest
20 new file mode 100644
21 index 000000000000..e7d57dcaa43e
22 --- /dev/null
23 +++ b/sec-policy/selinux-rootlesskit/Manifest
24 @@ -0,0 +1,2 @@
25 +DIST patchbundle-selinux-base-policy-2.20220106-r3.tar.bz2 309416 BLAKE2B 89852cce079300edcb00da41cfe42ea5041507f7d0a2a9897a4bd14f3ac68edfcc40ef49320e5ab826b1abb7fe7fc7ca4268042bbc019b3c76a58b9e112601c3 SHA512 4e23ad5e83df6c3501f0ac0a7201786d9f00809bedef248ae3a4b6af994e0006aaf70151c29ca21bb1c9c8887cc5bfeb18389d4f8e3bd3861c61d2d95d3a4e75
26 +DIST refpolicy-2.20220106.tar.bz2 560342 BLAKE2B bc0e65466333e02acb48adbb28b8176d3c8e508b2ff97d4f8a876d7c0a65534a62d86c9816ac59f6eed583f4b5c51cf432643edd2dad24dd51eb3cf22e2b75ac SHA512 794327d2dd07196b5f36771f9a961cdf294cf68f690735418d6bdd859499b7007c518cc022ccca9c245a5266b85bdb7cacdcaeefee14e4800937c9101476b373
27
28 diff --git a/sec-policy/selinux-rootlesskit/metadata.xml b/sec-policy/selinux-rootlesskit/metadata.xml
29 new file mode 100644
30 index 000000000000..781bc07e6d59
31 --- /dev/null
32 +++ b/sec-policy/selinux-rootlesskit/metadata.xml
33 @@ -0,0 +1,8 @@
34 +<?xml version="1.0" encoding="UTF-8"?>
35 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
36 +<pkgmetadata>
37 + <maintainer type="project">
38 + <email>selinux@g.o</email>
39 + <name>SELinux Team</name>
40 + </maintainer>
41 +</pkgmetadata>
42
43 diff --git a/sec-policy/selinux-rootlesskit/selinux-rootlesskit-2.20220106-r3.ebuild b/sec-policy/selinux-rootlesskit/selinux-rootlesskit-2.20220106-r3.ebuild
44 new file mode 100644
45 index 000000000000..a367e61be69b
46 --- /dev/null
47 +++ b/sec-policy/selinux-rootlesskit/selinux-rootlesskit-2.20220106-r3.ebuild
48 @@ -0,0 +1,22 @@
49 +# Copyright 1999-2022 Gentoo Authors
50 +# Distributed under the terms of the GNU General Public License v2
51 +
52 +EAPI="7"
53 +
54 +IUSE=""
55 +MODS="rootlesskit"
56 +
57 +inherit selinux-policy-2
58 +
59 +DESCRIPTION="SELinux policy for rootlesskit"
60 +
61 +if [[ ${PV} != 9999* ]] ; then
62 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
63 +fi
64 +
65 +DEPEND="${DEPEND}
66 + sec-policy/selinux-container
67 +"
68 +RDEPEND="${RDEPEND}
69 + sec-policy/selinux-container
70 +"
71
72 diff --git a/sec-policy/selinux-rootlesskit/selinux-rootlesskit-9999.ebuild b/sec-policy/selinux-rootlesskit/selinux-rootlesskit-9999.ebuild
73 new file mode 100644
74 index 000000000000..a367e61be69b
75 --- /dev/null
76 +++ b/sec-policy/selinux-rootlesskit/selinux-rootlesskit-9999.ebuild
77 @@ -0,0 +1,22 @@
78 +# Copyright 1999-2022 Gentoo Authors
79 +# Distributed under the terms of the GNU General Public License v2
80 +
81 +EAPI="7"
82 +
83 +IUSE=""
84 +MODS="rootlesskit"
85 +
86 +inherit selinux-policy-2
87 +
88 +DESCRIPTION="SELinux policy for rootlesskit"
89 +
90 +if [[ ${PV} != 9999* ]] ; then
91 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
92 +fi
93 +
94 +DEPEND="${DEPEND}
95 + sec-policy/selinux-container
96 +"
97 +RDEPEND="${RDEPEND}
98 + sec-policy/selinux-container
99 +"