diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-10-06 12:36:12 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-10-06 12:40:18 -0400 |
commit | 699016c9b86c4154bb66e0657d3f3c264208141d (patch) | |
tree | 13e8db6e81ade09d06230e3b38d8bd7e19bf1e58 /sec-policy/selinux-rasdaemon | |
parent | app-misc/jaq: add 1.0.0, drop 1.0.0_pre1 (diff) | |
download | gentoo-699016c9b86c4154bb66e0657d3f3c264208141d.tar.gz gentoo-699016c9b86c4154bb66e0657d3f3c264208141d.tar.bz2 gentoo-699016c9b86c4154bb66e0657d3f3c264208141d.zip |
sec-policy: Release of SELinux policies 2.20231002-r1
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-rasdaemon')
4 files changed, 40 insertions, 0 deletions
diff --git a/sec-policy/selinux-rasdaemon/Manifest b/sec-policy/selinux-rasdaemon/Manifest new file mode 100644 index 000000000000..f3ec74c99930 --- /dev/null +++ b/sec-policy/selinux-rasdaemon/Manifest @@ -0,0 +1,2 @@ +DIST patchbundle-selinux-base-policy-2.20231002-r1.tar.bz2 434734 BLAKE2B f2f28674ba93cd3a699cf0bc8fd06ab0500995f9518082cc76734c724b9ac82fcbcfa536f383a22b2fe72a9f781f202a78e630b7eb314880a98410badb32edd2 SHA512 30963590525842b7aaafc4bda99ae5297dc9706031431e69766dc90507357e4852ab0647893bfa27e6c6d82dd12f9af9a3fb5b790e2bd9b8311b8d91dafd083d +DIST refpolicy-2.20231002.tar.bz2 600458 BLAKE2B 254d6d3d6b95f21e1f8e1df5822520ccaeade427053fb172079427cf70bd33f8ced87a9e09e1d36ec5f7b33f0bac8d730020d91996c6d25eafdcec66ebe35bb3 SHA512 029cd2225ce57d96f681720f24828e962320af41832ad2dc95d4d41d00dbde20bb08d91fa8b964b592812a9fedd908c261734b77ad72cccfde2de541b9c2c74d diff --git a/sec-policy/selinux-rasdaemon/metadata.xml b/sec-policy/selinux-rasdaemon/metadata.xml new file mode 100644 index 000000000000..781bc07e6d59 --- /dev/null +++ b/sec-policy/selinux-rasdaemon/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>selinux@gentoo.org</email> + <name>SELinux Team</name> + </maintainer> +</pkgmetadata> diff --git a/sec-policy/selinux-rasdaemon/selinux-rasdaemon-2.20231002-r1.ebuild b/sec-policy/selinux-rasdaemon/selinux-rasdaemon-2.20231002-r1.ebuild new file mode 100644 index 000000000000..bf36c1a7d9ea --- /dev/null +++ b/sec-policy/selinux-rasdaemon/selinux-rasdaemon-2.20231002-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="rasdaemon" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for rasdaemon" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi diff --git a/sec-policy/selinux-rasdaemon/selinux-rasdaemon-9999.ebuild b/sec-policy/selinux-rasdaemon/selinux-rasdaemon-9999.ebuild new file mode 100644 index 000000000000..bf36c1a7d9ea --- /dev/null +++ b/sec-policy/selinux-rasdaemon/selinux-rasdaemon-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="rasdaemon" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for rasdaemon" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |