diff --git a/scripts/installscripts/tests/test_installation.sh b/scripts/installscripts/tests/test_installation.sh index a2ae26dcb..221fb1cab 100755 --- a/scripts/installscripts/tests/test_installation.sh +++ b/scripts/installscripts/tests/test_installation.sh @@ -411,8 +411,8 @@ verify_webserver_config() { check_chmod_chown 644 root root "/etc/lighttpd" "lighttpd.conf" check_chmod_chown 644 root root "/etc/lighttpd/conf-available" "15-fastcgi-php.conf" check_chmod_chown 644 root root "/etc/php/${phpver}/cgi" "php.ini" - check_chmod_chown 440 root root "/etc/sudoers.d" "www-data" check_file_contains_string "www-data" "/etc/sudoers.d/www-data" + # Bonus TODO: check that fastcgi and fastcgi-php mods are enabled }