mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-27 07:34:50 +02:00
Add Level info to 99.1 99.2
This commit is contained in:
parent
a5501c57b3
commit
dcd0e0947d
@ -11,6 +11,8 @@
|
|||||||
set -e # One error, it's over
|
set -e # One error, it's over
|
||||||
set -u # One variable unset, it's over
|
set -u # One variable unset, it's over
|
||||||
|
|
||||||
|
HARDENING_LEVEL=2
|
||||||
|
|
||||||
USER='root'
|
USER='root'
|
||||||
PATTERN='TMOUT='
|
PATTERN='TMOUT='
|
||||||
VALUE='600'
|
VALUE='600'
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
set -e # One error, it's over
|
set -e # One error, it's over
|
||||||
set -u # One variable unset, it's over
|
set -u # One variable unset, it's over
|
||||||
|
|
||||||
|
HARDENING_LEVEL=4
|
||||||
|
|
||||||
USER='root'
|
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
|
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'
|
FILES_TO_SEARCH='/etc/udev/rules.d'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user