From 2bee176a9e9717ebf072bfbcc87b76dabd053490 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:27:07 +0100 Subject: [PATCH] httpd.service: set PrivateTmp=false [release 2.4.10-2mamba;Tue Aug 26 2014] --- apache.spec | 5 ++++- httpd.service | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apache.spec b/apache.spec index 16d314b..89cba26 100644 --- a/apache.spec +++ b/apache.spec @@ -5,7 +5,7 @@ Name: apache Version: 2.4.10 -Release: 1mamba +Release: 2mamba Epoch: 1 Summary: The Apache webserver Group: System/Servers @@ -431,6 +431,9 @@ exit 0 %{_libdir}/apache/mod_suexec.so %changelog +* Tue Aug 26 2014 Silvan Calarco 2.4.10-2mamba +- httpd.service: set PrivateTmp=false + * Sun Jul 20 2014 Automatic Build System 2.4.10-1mamba - automatic version update by autodist diff --git a/httpd.service b/httpd.service index 4665ac3..7ed4bd1 100644 --- a/httpd.service +++ b/httpd.service @@ -9,7 +9,7 @@ PIDFile=/run/httpd/httpd.pid ExecStart=/usr/sbin/apachectl start $OPTIONS ExecStop=/usr/sbin/apachectl graceful-stop ExecReload=/usr/sbin/apachectl graceful $OPTIONS -PrivateTmp=true +PrivateTmp=false LimitNOFILE=infinity [Install]