commit: ded539ee973501304114426c89a7df8598aa79e9 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com> AuthorDate: Fri Apr 1 20:18:04 2022 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Mon Apr 4 01:59:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded539ee
sec-policy/selinux-node_exporter: Added package. Closes: https://github.com/gentoo/gentoo/pull/24856/ Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> sec-policy/selinux-node_exporter/Manifest | 2 ++ sec-policy/selinux-node_exporter/metadata.xml | 8 ++++++++ .../selinux-node_exporter-2.20220106-r2.ebuild | 15 +++++++++++++++ .../selinux-node_exporter-9999.ebuild | 15 +++++++++++++++ 4 files changed, 40 insertions(+) diff --git a/sec-policy/selinux-node_exporter/Manifest b/sec-policy/selinux-node_exporter/Manifest new file mode 100644 index 000000000000..0f7769c5fb89 --- /dev/null +++ b/sec-policy/selinux-node_exporter/Manifest @@ -0,0 +1,2 @@ +DIST patchbundle-selinux-base-policy-2.20220106-r2.tar.bz2 436316 BLAKE2B 07d6ba7a5fa8e8213e922bfd4c698b73c1cdf598ceaa5efe98be095b51aafa446af8ea7217dcc2bc001bfadaa250bfcc8b8dea3d9aa630384f8cdf139512170d SHA512 68a71d098ae09b034cb57f8e38c06b23a6584f5538b94a44fb1e48e48c718f2b37eb5e38931e55e8769481ebf0ed8c8642cfa85a45ac23a71be31cc35380fbad +DIST refpolicy-2.20220106.tar.bz2 560342 BLAKE2B bc0e65466333e02acb48adbb28b8176d3c8e508b2ff97d4f8a876d7c0a65534a62d86c9816ac59f6eed583f4b5c51cf432643edd2dad24dd51eb3cf22e2b75ac SHA512 794327d2dd07196b5f36771f9a961cdf294cf68f690735418d6bdd859499b7007c518cc022ccca9c245a5266b85bdb7cacdcaeefee14e4800937c9101476b373 diff --git a/sec-policy/selinux-node_exporter/metadata.xml b/sec-policy/selinux-node_exporter/metadata.xml new file mode 100644 index 000000000000..781bc07e6d59 --- /dev/null +++ b/sec-policy/selinux-node_exporter/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-node_exporter/selinux-node_exporter-2.20220106-r2.ebuild b/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20220106-r2.ebuild new file mode 100644 index 000000000000..5c81b8da8185 --- /dev/null +++ b/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20220106-r2.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="node_exporter" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for node_exporter" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi diff --git a/sec-policy/selinux-node_exporter/selinux-node_exporter-9999.ebuild b/sec-policy/selinux-node_exporter/selinux-node_exporter-9999.ebuild new file mode 100644 index 000000000000..5c81b8da8185 --- /dev/null +++ b/sec-policy/selinux-node_exporter/selinux-node_exporter-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="node_exporter" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for node_exporter" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi
