diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-11-02 09:56:24 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-11-02 09:57:32 -0400 |
commit | 7a8a3a30deee8d3aa5692633def14f6adff8cf6c (patch) | |
tree | b563bc510f3b03cb70bfbb56bc4b03f3fce04bbe /sec-policy/selinux-sudo/selinux-sudo-2.20221101-r1.ebuild | |
parent | sec-policy/selinux-zfs: new package, add 9999 (diff) | |
download | gentoo-7a8a3a30deee8d3aa5692633def14f6adff8cf6c.tar.gz gentoo-7a8a3a30deee8d3aa5692633def14f6adff8cf6c.tar.bz2 gentoo-7a8a3a30deee8d3aa5692633def14f6adff8cf6c.zip |
sec-policy: Release of SELinux policies 2.20221101-r1
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-sudo/selinux-sudo-2.20221101-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-sudo/selinux-sudo-2.20221101-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-sudo/selinux-sudo-2.20221101-r1.ebuild b/sec-policy/selinux-sudo/selinux-sudo-2.20221101-r1.ebuild new file mode 100644 index 000000000000..d307bad670b1 --- /dev/null +++ b/sec-policy/selinux-sudo/selinux-sudo-2.20221101-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="sudo" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for sudo" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |