From f05a6ad3bdb9205282f227827d4d2735bc7f7ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Wed, 2 May 2018 16:16:54 +0200 Subject: [PATCH] Resolves: #1564219 - SELinux prevents httpd from starting when mod_fcgid is installed --- mod_fcgid-tmpfs.conf | 2 +- mod_fcgid.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/mod_fcgid-tmpfs.conf b/mod_fcgid-tmpfs.conf index 02e7d08..e04d857 100644 --- a/mod_fcgid-tmpfs.conf +++ b/mod_fcgid-tmpfs.conf @@ -1 +1 @@ -d /run/mod_fcgid - apache apache +d /run/mod_fcgid - root apache diff --git a/mod_fcgid.spec b/mod_fcgid.spec index 382299b..222dd71 100644 --- a/mod_fcgid.spec +++ b/mod_fcgid.spec @@ -35,7 +35,7 @@ Name: mod_fcgid Version: 2.3.9 -Release: 13%{?dist} +Release: 14%{?dist} Summary: FastCGI interface module for Apache 2 License: ASL 2.0 URL: http://httpd.apache.org/mod_fcgid/ @@ -124,9 +124,13 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/mod_fcgid.conf %if %{rundir_tmpfs} %{_tmpfilesdir}/mod_fcgid.conf %endif -%dir %attr(0755,apache,apache) %{rundir}/mod_fcgid/ +%dir %attr(0775,root,apache) %{rundir}/mod_fcgid/ %changelog +* Wed May 02 2018 Luboš Uhliarik - 2.3.9-14 +- Resolves: #1564219 - SELinux prevents httpd from starting when mod_fcgid + is installed + * Tue Feb 20 2018 Paul Howarth - 2.3.9-13 - BR: gcc