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>2014-10-24 01:06:46 +0400
committermboelen <michael@cisofy.com>2014-10-24 01:06:46 +0400
commit6f6d51a11a9264b75517bab9667b893294a587f0 (patch)
tree18fa95d1259833a0bde6e370d8e1a1e3744c6d8b /include/tests_hardening
parent75c2d0ab1582d532a1c32b7631db04add4c60931 (diff)
Minor textual changes
Diffstat (limited to 'include/tests_hardening')
-rw-r--r--include/tests_hardening4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_hardening b/include/tests_hardening
index 1afa3d74..435c2bfe 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -33,7 +33,7 @@
else
logtext "Result: found installed compiler. See top of logfile which compilers have been found or use grep to filter on 'compiler'"
Display --indent 4 --text "- Installed compiler(s)" --result "FOUND" --color RED
- ReportSuggestion ${TEST_NO} "Harden the system by removing unneeded compilers. This can decrease the chance of customized trojans, backdoors and rootkits to be compiled and installed"
+ ReportSuggestion ${TEST_NO} "Harden the system by removing unneeded compilers. This might decrease the chance of customized trojans, backdoors and rootkits to be compiled and installed"
AddHP 1 3
fi
fi
@@ -84,7 +84,7 @@
# Report suggestion is one or more compilers can be better hardened
if [ ${HARDEN_COMPILERS_NEEDED} -eq 1 ]; then
logtext "Result: at least one compiler could be better hardened by restricting executable access to root or group only"
- ReportSuggestion ${TEST_NO} "Harden compilers and restrict access to world"
+ ReportSuggestion ${TEST_NO} "Harden compilers like restricting access to root user only"
fi
#YYY check if compilers have a specific group (like compiler, or NOT root/wheel)