diff options
author | Kenton Groombridge <concord@gentoo.org> | 2024-05-14 15:24:40 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2024-05-14 15:44:20 -0400 |
commit | aa11df06796676d0d98aa3b51093e639cb264635 (patch) | |
tree | cfa502c4605d2417f9b53036b8f05717bc2c5eb1 /sec-policy/selinux-tboot/selinux-tboot-2.20240226-r2.ebuild | |
parent | sec-policy/selinux-firewalld: new package, add 9999 (diff) | |
download | gentoo-aa11df06796676d0d98aa3b51093e639cb264635.tar.gz gentoo-aa11df06796676d0d98aa3b51093e639cb264635.tar.bz2 gentoo-aa11df06796676d0d98aa3b51093e639cb264635.zip |
sec-policy/*: Release of SELinux policies 2.20240226-r2
Closes: https://bugs.gentoo.org/928060
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-tboot/selinux-tboot-2.20240226-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-tboot/selinux-tboot-2.20240226-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sec-policy/selinux-tboot/selinux-tboot-2.20240226-r2.ebuild b/sec-policy/selinux-tboot/selinux-tboot-2.20240226-r2.ebuild new file mode 100644 index 000000000000..7389480465e1 --- /dev/null +++ b/sec-policy/selinux-tboot/selinux-tboot-2.20240226-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +MODS="tboot" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for tboot" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |