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:
authorMarzal <2069735+Marzal@users.noreply.github.com>2019-09-29 22:13:47 +0300
committerMarzal <2069735+Marzal@users.noreply.github.com>2019-09-29 22:13:47 +0300
commit7d430d5abc2a8d3b0754df8b2b19f63294c84813 (patch)
tree2e5192269c576d073b36cf72c1f120d5f6fcaea3 /include/tests_storage
parente64e49a551434ba68570a04f0af374c559449697 (diff)
rephrasing comment to avioid false positive in lynis-sdk
Diffstat (limited to 'include/tests_storage')
-rw-r--r--include/tests_storage2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_storage b/include/tests_storage
index a9029852..1e3d93c3 100644
--- a/include/tests_storage
+++ b/include/tests_storage
@@ -30,7 +30,7 @@
#
# Test : STRG-1846
# 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"
if [ ${SKIPTEST} -eq 0 ]; then
FOUND=0