diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-11-15 15:10:08 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-11-15 15:13:43 -0500 |
commit | e19fe5aa6d91136cb0d7f728de2decbb676662f1 (patch) | |
tree | a8d96ebc537d7644c40301e7398e21a576a0ddea /sec-policy/selinux-phpfpm/selinux-phpfpm-2.20220106-r3.ebuild | |
parent | sec-policy: stabilize SELinux policies 2.20221101-r2 (diff) | |
download | gentoo-e19fe5aa6d91136cb0d7f728de2decbb676662f1.tar.gz gentoo-e19fe5aa6d91136cb0d7f728de2decbb676662f1.tar.bz2 gentoo-e19fe5aa6d91136cb0d7f728de2decbb676662f1.zip |
sec-policy: drop old SELinux policies
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-phpfpm/selinux-phpfpm-2.20220106-r3.ebuild')
-rw-r--r-- | sec-policy/selinux-phpfpm/selinux-phpfpm-2.20220106-r3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20220106-r3.ebuild b/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20220106-r3.ebuild deleted file mode 100644 index 1c0fb2093292..000000000000 --- a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20220106-r3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -IUSE="" -MODS="phpfpm" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for phpfpm" - -if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 arm arm64 ~mips x86" -fi -DEPEND="${DEPEND} - sec-policy/selinux-apache -" -RDEPEND="${RDEPEND} - sec-policy/selinux-apache -" |