mirror of https://github.com/CISOfy/lynis.git
[STRG-1840] renamed to USB-1000
This commit is contained in:
parent
52610e1abe
commit
f8564f2923
|
@ -45,9 +45,9 @@
|
||||||
#
|
#
|
||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
# Test : STRG-1840 (future ID: USB-1200)
|
# Test : USB-1000 (was STRG-1840)
|
||||||
# Description : Check for disabled USB storage
|
# Description : Check for disabled USB storage
|
||||||
Register --test-no STRG-1840 --os Linux --weight L --network NO --category security --description "Check if USB storage is disabled"
|
Register --test-no USB-1000 --os Linux --weight L --network NO --category security --description "Check if USB storage is disabled"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
FOUND=0
|
FOUND=0
|
||||||
LogText "Test: Checking USB storage driver in directory /etc/modprobe.d and configuration file /etc/modprobe.conf"
|
LogText "Test: Checking USB storage driver in directory /etc/modprobe.d and configuration file /etc/modprobe.conf"
|
||||||
|
|
Loading…
Reference in New Issue