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:
authormboelen <michael@cisofy.com>2015-05-18 00:22:54 +0300
committermboelen <michael@cisofy.com>2015-05-18 00:22:54 +0300
commitf3bd9ca9ad4266eff8f4ad8d632fe07f8b30cffe (patch)
tree91fdc452f6160e71f304399ba5140b98571e99d9 /include/tests_file_integrity
parent46f9a3dec8a6c6f5cd93ea79b95a208dabc61794 (diff)
Display only the tools actually found, to keep screen output as clean as possible
Diffstat (limited to 'include/tests_file_integrity')
-rw-r--r--include/tests_file_integrity4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tests_file_integrity b/include/tests_file_integrity
index 0fe987c5..7bdc2072 100644
--- a/include/tests_file_integrity
+++ b/include/tests_file_integrity
@@ -160,7 +160,6 @@
Display --indent 4 --text "- Tripwire" --result FOUND --color GREEN
else
logtext "Result: Tripwire is not installed"
- Display --indent 4 --text "- Tripwire" --result "NOT FOUND" --color WHITE
fi
fi
#
@@ -178,7 +177,6 @@
FILE_INT_TOOL_FOUND=1
Display --indent 4 --text "- OSSEC (syscheck)" --result FOUND --color GREEN
else
- Display --indent 4 --text "- OSSEC (syscheck)" --result "NOT FOUND" --color WHITE
logtext "Result: syscheck (OSSEC) not installed"
fi
fi
@@ -263,7 +261,7 @@
else
logtext "Result: No file integrity tools found"
Display --indent 2 --text "- Checking presence integrity tool" --result "NOT FOUND" --color YELLOW
- ReportSuggestion ${TEST_NO} "Install a file integrity tool"
+ ReportSuggestion ${TEST_NO} "Install a file integrity tool to monitor changes to critical and sensitive files"
AddHP 0 5
fi
fi