Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-07-15 21:04:38 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-15 21:04:38 +0300
commitf8564f29230b52ecb80b15677876604eb8afe6d7 (patch)
treec9595b7dbe0f4306c8bba10d60da74e30d2d08b8 /include/tests_usb
parent52610e1abed9234cb7162bfe2f8f1ebfa711fc63 (diff)
[STRG-1840] renamed to USB-1000
Diffstat (limited to 'include/tests_usb')
-rw-r--r--include/tests_usb4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_usb b/include/tests_usb
index ef92efd2..eada5d12 100644
--- a/include/tests_usb
+++ b/include/tests_usb
@@ -45,9 +45,9 @@
#
#################################################################################
#
- # Test : STRG-1840 (future ID: USB-1200)
+ # Test : USB-1000 (was STRG-1840)
# 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
FOUND=0
LogText "Test: Checking USB storage driver in directory /etc/modprobe.d and configuration file /etc/modprobe.conf"