]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Removes syslog from disable_functions
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Mar 2017 17:57:02 +0000 (14:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Mar 2017 17:57:02 +0000 (14:57 -0300)
manifests/hardened.pp

index 6439b944e0cce5d22aac6c37c20b291ca37abb99..5340dd7e935c5af59f1b10488474877607958799 100644 (file)
@@ -2,7 +2,7 @@ class php::hardened {
   php::config {
     'allow_url_fopen'   : value => 'Off';
     'allow_url_include' : value => 'Off';
-    'disable_functions' : value => 'phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec, proc_open, show_source, dl, symlink, syslog, system_exec';
+    'disable_functions' : value => 'phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec, proc_open, show_source, dl, symlink, system_exec';
     #value => 'disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec, proc_open, curl_init, parse_ini_file, show_source, dl, symlink, syslog, mail, system_exec',
   }
 }