diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-24 19:35:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-24 19:35:34 -0300 |
commit | e7dc8019f066cd415f53b2b980d00ba66af9e90f (patch) | |
tree | e9f4fc47b776d0988f164a59ecc4e6c226b25813 /files/apache2/php.ini | |
parent | 4f73c3bd3e3330e4e6c6c298a92830b00f90681c (diff) | |
download | puppet-php-e7dc8019f066cd415f53b2b980d00ba66af9e90f.tar.gz puppet-php-e7dc8019f066cd415f53b2b980d00ba66af9e90f.tar.bz2 |
Disabling more exec functions
Diffstat (limited to 'files/apache2/php.ini')
-rw-r--r-- | files/apache2/php.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/apache2/php.ini b/files/apache2/php.ini index 55ee0a2..b75d743 100644 --- a/files/apache2/php.ini +++ b/files/apache2/php.ini @@ -219,7 +219,7 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. -disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open +disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec ; This directive allows you to disable certain classes for security reasons. ; It receives a comma-delimited list of class names. This directive is |