diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-11-02 10:22:41 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-11-02 10:36:02 -0400 |
commit | 35b8dd3e65ab3fbc247c8d1141477f444bf4a86b (patch) | |
tree | 28addc6e2ac0809268dda1fd1da7af30596bbf16 /sec-policy/selinux-ntop/selinux-ntop-2.20221101-r2.ebuild | |
parent | media-gfx/hydrus: Add 501, drop 493 (diff) | |
download | gentoo-35b8dd3e65ab3fbc247c8d1141477f444bf4a86b.tar.gz gentoo-35b8dd3e65ab3fbc247c8d1141477f444bf4a86b.tar.bz2 gentoo-35b8dd3e65ab3fbc247c8d1141477f444bf4a86b.zip |
sec-policy: Release of SELinux policies 2.20221101-r2
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-ntop/selinux-ntop-2.20221101-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-ntop/selinux-ntop-2.20221101-r2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-ntop/selinux-ntop-2.20221101-r2.ebuild b/sec-policy/selinux-ntop/selinux-ntop-2.20221101-r2.ebuild new file mode 100644 index 000000000000..bdc357404c14 --- /dev/null +++ b/sec-policy/selinux-ntop/selinux-ntop-2.20221101-r2.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="ntop" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for ntop" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |