diff --git a/tests/3_docker_daemon_configuration_files.sh b/tests/3_docker_daemon_configuration_files.sh index 1b60aec..9995ef0 100644 --- a/tests/3_docker_daemon_configuration_files.sh +++ b/tests/3_docker_daemon_configuration_files.sh @@ -327,7 +327,7 @@ else fi # 3.20 -check_3_20="3.20 - Ensure that /etc/default/docker file permissions are set to 644 or more restrictive" +check_3_20="3.20 - Ensure that /etc/default/docker file permissions are set to 644 or more restrictive" file="/etc/default/docker" if [ -f "$file" ]; then if [ "$(stat -c %a $file)" -eq 644 -o "$(stat -c %a $file)" -eq 600 ]; then