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