mirror of https://github.com/CISOfy/lynis.git
rephrasing comment to avioid false positive in lynis-sdk
This commit is contained in:
parent
e64e49a551
commit
7d430d5abc
|
@ -30,7 +30,7 @@
|
||||||
#
|
#
|
||||||
# Test : STRG-1846
|
# Test : STRG-1846
|
||||||
# Description : Check for disabled firewire storage
|
# Description : Check for disabled firewire storage
|
||||||
# Explanation : Best option is to use the install function, or else drivers can still be loaded manually
|
# Explanation : Best option is to use the install function, otherwise drivers can still be loaded manually
|
||||||
Register --test-no STRG-1846 --os Linux --weight L --network NO --category security --description "Check if firewire storage is disabled"
|
Register --test-no STRG-1846 --os Linux --weight L --network NO --category security --description "Check if firewire storage is disabled"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
FOUND=0
|
FOUND=0
|
||||||
|
|
Loading…
Reference in New Issue