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>2021-03-03 01:31:41 +0300
committerGitHub <noreply@github.com>2021-03-03 01:31:41 +0300
commit3683ffd3c44ea00119179c30477fd1b21078a8f3 (patch)
tree9dfc80b885f8b82932d116aa695bc4c5a1a94925 /include/tests_filesystems
parentf1604c2e554eaa42ecc23dd16fa6be9333273c6e (diff)
Add translated status
Diffstat (limited to 'include/tests_filesystems')
-rw-r--r--include/tests_filesystems4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_filesystems b/include/tests_filesystems
index a2ae58cd..3c1bc7a4 100644
--- a/include/tests_filesystems
+++ b/include/tests_filesystems
@@ -606,11 +606,11 @@
done
if [ ${FULLY_HARDENED} -eq 1 ]; then
LogText "Result: marked ${FILESYSTEM} as fully hardened"
- Display --indent 2 --text "- Mount options of ${FILESYSTEM}" --result HARDENED --color GREEN
+ Display --indent 2 --text "- Mount options of ${FILESYSTEM}" --result "${STATUS_HARDENED}" --color GREEN
AddHP 5 5
elif [ ${PARTIALLY_HARDENED} -eq 1 ]; then
LogText "Result: marked ${FILESYSTEM} as partially hardened"
- Display --indent 2 --text "- Mount options of ${FILESYSTEM}" --result "PARTIALLY HARDENED" --color YELLOW
+ Display --indent 2 --text "- Mount options of ${FILESYSTEM}" --result "${STATUS_PARTIALLY_HARDENED}" --color YELLOW
AddHP 4 5
else
# if