mirror of https://github.com/CISOfy/lynis.git
Minor textual changes
This commit is contained in:
parent
75c2d0ab15
commit
6f6d51a11a
11
CHANGELOG
11
CHANGELOG
|
@ -17,6 +17,17 @@
|
|||
|
||||
================================================================================
|
||||
|
||||
* 1.6.4 (2014-11-xx)
|
||||
|
||||
New:
|
||||
- Boot loader detection for AIX [BOOT-5102]
|
||||
|
||||
Changes:
|
||||
- Redirect errors when searching for readlink binary
|
||||
- Improved Shellshock test for non-Linux systems [SHLL-6290]
|
||||
|
||||
--
|
||||
|
||||
* 1.6.3 (2014-10-14)
|
||||
|
||||
New:
|
||||
|
|
|
@ -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)
|
||||
|
|
2
lynis
2
lynis
|
@ -363,7 +363,7 @@
|
|||
echo " --version (-V) : Display version number and quit"
|
||||
echo ""
|
||||
echo " ${GREEN}Enterprise options:${NORMAL}"
|
||||
echo " --plugin-dir \"<path\"> : Define path of available plugins"
|
||||
echo " --plugin-dir \"<path>\" : Define path of available plugins"
|
||||
echo " --upload : Upload data to central node"
|
||||
echo ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue