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_storage
parentc9a57d2cafdbad956b6edcb64975e848e665a6bf (diff)
parent8a320624599c9200f45649edca60d00b381c6ec7 (diff)
Merge pull request #1088 from steph78630/master
Addition and improvement of 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