2.2_tmp_nodev.sh

This commit is contained in:
thibault.dewailly
2016-04-04 15:05:10 +02:00
parent 5effa3335e
commit b079798e62
7 changed files with 183 additions and 31 deletions

View File

@ -0,0 +1,2 @@
# Configuration for script of same name
status=disabled

View File

@ -3,3 +3,7 @@
# Valid values are debug info warning error
LOGLEVEL=debug
# Backup directory, every file touched by hardennign will be backuped here, with versionning
# Means that if a file is modified more than once during the process, you will have hardening step diffs in the folder
BACKUPDIR="$CIS_ROOT_DIR/tmp/backups"