Gentoo Archives: gentoo-commits

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