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>2020-12-17 16:23:48 +0300
committerGitHub <noreply@github.com>2020-12-17 16:23:48 +0300
commit208518d8fafac5910a908dc37109bf1b6da9714c (patch)
tree577ad31d10113b60bdb1e6f8ff112b5090f22e00 /include/tests_usb
parentc9a57d2cafdbad956b6edcb64975e848e665a6bf (diff)
parent8a320624599c9200f45649edca60d00b381c6ec7 (diff)
Merge pull request #1088 from steph78630/master
Addition and improvement of translated strings
Diffstat (limited to 'include/tests_usb')
-rw-r--r--include/tests_usb2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_usb b/include/tests_usb
index 92c81a32..d99d5a66 100644
--- a/include/tests_usb
+++ b/include/tests_usb
@@ -73,7 +73,7 @@
fi
if [ ${FOUND} -eq 0 ]; then
LogText "Result: usb-storage driver is not explicitly disabled"
- Display --indent 2 --text "- Checking usb-storage driver (modprobe config)" --result "NOT DISABLED" --color WHITE
+ Display --indent 2 --text "- Checking usb-storage driver (modprobe config)" --result "${STATUS_NOT_DISABLED}" --color WHITE
if [ "${USBGUARD_FOUND}" -eq "0" ]; then
ReportSuggestion "${TEST_NO}" "Disable drivers like USB storage when not used, to prevent unauthorized storage or data theft"
fi