diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-03-31 13:55:21 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-03-31 14:22:41 -0400 |
commit | 38bb244797b6f12077cbce589947a7acc5b4c338 (patch) | |
tree | b5303799695e7d294f8406b97f3d117e3fe4b0f6 /sec-policy/selinux-ncftool/selinux-ncftool-2.20221101-r4.ebuild | |
parent | sec-policy/selinux-crio: add dependency for sec-policy/selinux-podman (diff) | |
download | gentoo-38bb244797b6f12077cbce589947a7acc5b4c338.tar.gz gentoo-38bb244797b6f12077cbce589947a7acc5b4c338.tar.bz2 gentoo-38bb244797b6f12077cbce589947a7acc5b4c338.zip |
sec-policy: Release of SELinux policies 2.20221101-r4
Bug: https://bugs.gentoo.org/891771
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-ncftool/selinux-ncftool-2.20221101-r4.ebuild')
-rw-r--r-- | sec-policy/selinux-ncftool/selinux-ncftool-2.20221101-r4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-ncftool/selinux-ncftool-2.20221101-r4.ebuild b/sec-policy/selinux-ncftool/selinux-ncftool-2.20221101-r4.ebuild new file mode 100644 index 000000000000..8787ac4d96ba --- /dev/null +++ b/sec-policy/selinux-ncftool/selinux-ncftool-2.20221101-r4.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="ncftool" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for ncftool" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |