Import evocheck v.6.7.5

This commit is contained in:
Jérémy Dubois 2020-10-09 14:15:14 +02:00
parent 07d83d4994
commit fe0c7f6add

View file

@ -3,7 +3,7 @@
# EvoCheck # EvoCheck
# Script to verify compliance of an OpenBSD server powered by Evolix # Script to verify compliance of an OpenBSD server powered by Evolix
readonly VERSION="6.7.4" readonly VERSION="6.7.5"
# Disable LANG* # Disable LANG*
@ -262,7 +262,7 @@ check_rsync(){
} }
check_cronpath(){ check_cronpath(){
grep -q "PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/share/scripts" /var/cron/tabs/root || failed "IS_CRONPATH" "" grep -q "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/share/scripts" /var/cron/tabs/root || failed "IS_CRONPATH" ""
} }
check_tmp1777(){ check_tmp1777(){