commit: 6e78da5eb8b04b407bd53219508edcdde676f04a Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Wed Nov 2 13:14:53 2022 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Wed Nov 2 13:57:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e78da5e
sec-policy/selinux-glusterfs: new package, add 9999 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> sec-policy/selinux-glusterfs/metadata.xml | 8 ++++++++ .../selinux-glusterfs/selinux-glusterfs-9999.ebuild | 15 +++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/sec-policy/selinux-glusterfs/metadata.xml b/sec-policy/selinux-glusterfs/metadata.xml new file mode 100644 index 000000000000..781bc07e6d59 --- /dev/null +++ b/sec-policy/selinux-glusterfs/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>[email protected]</email> + <name>SELinux Team</name> + </maintainer> +</pkgmetadata> diff --git a/sec-policy/selinux-glusterfs/selinux-glusterfs-9999.ebuild b/sec-policy/selinux-glusterfs/selinux-glusterfs-9999.ebuild new file mode 100644 index 000000000000..96cb4bf28599 --- /dev/null +++ b/sec-policy/selinux-glusterfs/selinux-glusterfs-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="glusterfs" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for glusterfs" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi
