mirror of
https://github.com/ovh/debian-cis.git
synced 2025-07-14 21:02:18 +02:00
add hardening templating and several enhancements
This commit is contained in:

committed by
Stéphane Lesimple

parent
78569b5583
commit
dfaf4c2093
@ -11,6 +11,8 @@
|
||||
set -e # One error, it's over
|
||||
set -u # One variable unset, it's over
|
||||
|
||||
HARDENING_LEVEL=4
|
||||
|
||||
FILES='/etc/crontab /etc/cron.d/*'
|
||||
PATTERN='tripwire --check'
|
||||
|
||||
|
Reference in New Issue
Block a user