summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Filo <gf578@wp.pl>2022-04-11 21:56:04 +0200
committerJason Zaman <perfinion@gentoo.org>2022-04-11 18:34:56 -0700
commit0ab3999946c813437bbc90bbe61df61eb18037a5 (patch)
treebf96dc810381b0cbc21b8b40f3ade83b89f20f14 /sec-policy/selinux-secadm/selinux-secadm-2.20220106-r1.ebuild
parentapp-admin/setools: Add missing PYTHON_USEDEP (diff)
downloadgentoo-0ab3999946c813437bbc90bbe61df61eb18037a5.tar.gz
gentoo-0ab3999946c813437bbc90bbe61df61eb18037a5.tar.bz2
gentoo-0ab3999946c813437bbc90bbe61df61eb18037a5.zip
sec-policy/selinux-secadm: Add secadm module.
Closes: https://github.com/gentoo/gentoo/pull/24997 Signed-off-by: Grzegorz Filo <gf578@wp.pl> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-secadm/selinux-secadm-2.20220106-r1.ebuild')
-rw-r--r--sec-policy/selinux-secadm/selinux-secadm-2.20220106-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-secadm/selinux-secadm-2.20220106-r1.ebuild b/sec-policy/selinux-secadm/selinux-secadm-2.20220106-r1.ebuild
new file mode 100644
index 000000000000..f2b7badace14
--- /dev/null
+++ b/sec-policy/selinux-secadm/selinux-secadm-2.20220106-r1.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="secadm"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for secadm"
+
+if [[ ${PV} != 9999* ]] ; then
+ KEYWORDS="amd64 arm arm64 ~mips x86"
+fi