mirror of https://github.com/CISOfy/lynis.git
Minor reword ("latest" -> "latest installed") (#174)
This commit is contained in:
parent
904da4d123
commit
c0f86fef09
|
@ -438,7 +438,7 @@
|
|||
#
|
||||
# Test : KRNL-5830
|
||||
# Description : Check if system needs a reboot (Linux only)
|
||||
Register --test-no KRNL-5830 --os Linux --weight L --network NO --description "Checking if system is running on the latest kernel"
|
||||
Register --test-no KRNL-5830 --os Linux --weight L --network NO --description "Checking if system is running on the latest installed kernel"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
REBOOT_NEEDED=2
|
||||
FILE="/var/run/reboot-required.pkgs"
|
||||
|
|
Loading…
Reference in New Issue