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]