mirror of https://github.com/CISOfy/lynis.git
Updated log
This commit is contained in:
parent
40f210ae74
commit
213590e90c
|
@ -28,10 +28,12 @@
|
|||
Oracle VM VirtualBox, QEMU, Systemd Namespace container,
|
||||
User-Mode Linux (UML), VMware products, XEN
|
||||
|
||||
- Detection for SaltStack configuration management tooling
|
||||
- ShowSymlinkPath function to check path behind a symlink
|
||||
- FileIsEmpty function to check for empty files
|
||||
- Detection for SaltStack configuration management tooling
|
||||
- Add detection for machine ID (systemd)
|
||||
- Added linux_config_file to report
|
||||
- Added ss detection
|
||||
|
||||
Changes:
|
||||
- Permissions check has been adjusted to allow packaging and pentest mode
|
||||
|
@ -40,6 +42,7 @@
|
|||
- Extended system reboot check to enable it for most Linux [KRNL-5830]
|
||||
- Added detection for compressed Linux config file [KRNL-5728]
|
||||
- Added support for compressed Linux config file [KRNL-5730]
|
||||
- Added usage of ss to gather listening ports [NETW-3012]
|
||||
- Additional permission added to CUPS check [PRNT-2307]
|
||||
- Extended telnet in inetd test [INSE-8016]
|
||||
- Fix for reading at.deny file [SCHD-7720]
|
||||
|
@ -129,7 +132,7 @@
|
|||
|
||||
New:
|
||||
- Testing for commercial anti-virus solutions like McAfee and Sophos [MALW-3280]
|
||||
- New control text for MALW-3280 - http://cisofy.com/controls/malw-3280/
|
||||
- New control text for MALW-3280 - http://cisofy.com/controls/MALW-3280/
|
||||
|
||||
Changes:
|
||||
- Extended GRUB test with encrypted password (SHA1) [BOOT-5121]
|
||||
|
|
Loading…
Reference in New Issue