mirror of https://github.com/CISOfy/lynis.git
Updated log
This commit is contained in:
parent
a1f794cc75
commit
768d8a62e8
|
@ -13,7 +13,8 @@
|
|||
### Changed
|
||||
- AUTH-9229 - Added option for LOCKED accounts and bugfix for older bash versions
|
||||
- BOOT-5122 - Presence check for grub.d added
|
||||
- CRYP-7931 - Redirect errors (e.g. when swap is not encrypted)
|
||||
- CRYP-7931 - Redirect errors
|
||||
- CRYP-7931 - Added data to report
|
||||
- FILE-6430 - Don't grep nonexistant modprobe.d files
|
||||
- FIRE-4535 - Set initial firewall state
|
||||
- INSE-8312 - Corrected text on screen
|
||||
|
|
|
@ -285,6 +285,10 @@
|
|||
fi
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
Report "rng_found=${RNG_FOUND}"
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
|
||||
WaitForKeyPress
|
||||
|
|
Loading…
Reference in New Issue