Add Level info to 99.1 99.2

This commit is contained in:
Samson-W 2018-11-17 23:54:45 +08:00
parent a5501c57b3
commit dcd0e0947d
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
set -e # One error, it's over
set -u # One variable unset, it's over
HARDENING_LEVEL=2
USER='root'
PATTERN='TMOUT='
VALUE='600'

View File

@ -11,6 +11,8 @@
set -e # One error, it's over
set -u # One variable unset, it's over
HARDENING_LEVEL=4
USER='root'
PATTERN='ACTION=="add", SUBSYSTEMS=="usb", TEST=="authorized_default", ATTR{authorized_default}="0"' # We do test disabled by default, whitelist is up to you
FILES_TO_SEARCH='/etc/udev/rules.d'