From 4f250cde2ab2bde6b2dd75aa362783b5489f4dfc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 27 Mar 2017 14:57:02 -0300 Subject: Removes syslog from disable_functions --- manifests/hardened.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/hardened.pp b/manifests/hardened.pp index 6439b94..5340dd7 100644 --- a/manifests/hardened.pp +++ b/manifests/hardened.pp @@ -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', } } -- cgit v1.2.3