enable PrivateTmp
This commit is contained in:
parent
11b30d5b39
commit
9cc67072c8
@ -7,6 +7,7 @@ PIDFile=/run/php-fpm/php-fpm.pid
|
|||||||
EnvironmentFile=/etc/sysconfig/php-fpm
|
EnvironmentFile=/etc/sysconfig/php-fpm
|
||||||
ExecStart=/usr/sbin/php-fpm --nodaemonize
|
ExecStart=/usr/sbin/php-fpm --nodaemonize
|
||||||
ExecReload=/bin/kill -USR2 $MAINPID
|
ExecReload=/bin/kill -USR2 $MAINPID
|
||||||
|
PrivateTmp=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
5
php.spec
5
php.spec
@ -52,7 +52,7 @@
|
|||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.4.7
|
Version: 5.4.7
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: PHP
|
License: PHP
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
@ -1299,6 +1299,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 1 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-9
|
||||||
|
- php-fpm: enable PrivateTmp
|
||||||
|
|
||||||
* Fri Sep 28 2012 Remi Collet <rcollet@redhat.com> 5.4.7-8
|
* Fri Sep 28 2012 Remi Collet <rcollet@redhat.com> 5.4.7-8
|
||||||
- systemd integration, https://bugs.php.net/63085
|
- systemd integration, https://bugs.php.net/63085
|
||||||
- no odbc call during timeout, https://bugs.php.net/63171
|
- no odbc call during timeout, https://bugs.php.net/63171
|
||||||
|
Loading…
Reference in New Issue
Block a user