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:
authorStéphane <steph78630@gmail.com>2020-12-16 03:07:27 +0300
committerGitHub <noreply@github.com>2020-12-16 03:07:27 +0300
commit4cf966018506fb3359dd4f5c0524623ccf86b9bf (patch)
tree564f92c771dd3373ffb5ac9ee4cb0c6ea6cbae20 /include/tests_storage
parent701be9852bae4f64adf7b94f874956ffe1fffb54 (diff)
Adding and improvement translated strings
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 89431aa0..6ee1a78a 100644
--- a/include/tests_storage
+++ b/include/tests_storage
@@ -59,7 +59,7 @@
if [ ${FOUND} -eq 0 ]; then
LogText "Result: firewire ohci driver is not explicitly disabled"
- Display --indent 2 --text "- Checking firewire ohci driver (modprobe config)" --result "NOT DISABLED" --color WHITE
+ Display --indent 2 --text "- Checking firewire ohci driver (modprobe config)" --result "${STATUS_NOT_DISABLED}" --color WHITE
ReportSuggestion "${TEST_NO}" "Disable drivers like firewire storage when not used, to prevent unauthorized storage or data theft"
# after blacklisting modules, make sure to remove them from the initram filesystem: update-initramfs -u
AddHP 2 3