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:
authorMichael Boelen <michael.boelen@cisofy.com>2019-11-18 12:21:21 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-11-18 12:21:21 +0300
commit189b7a04baa7eaed38388d1f00c981c6815882a6 (patch)
treeb4d180e81f085d1bd5b7d965b6893458feb51ff7 /CHANGELOG.md
parentf81ff3d7d6634ffa2f19dfde2250b88b252c5b9a (diff)
Updated log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b80c0816..a6041cf0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,10 +55,12 @@ Using the relevant options, the scan will change base on the intended goal.
- New test: PROC-3802 - check presence of prelink tooling
- New report key: openssh_daemon_running
- New command: lynis generate systemd-units
+- Sending USR1 signal to Lynis process will show active status
- Measure timing of tests and report slow tests (10+ seconds)
- Initial support for Clear Linux OS
- Added end-of-life data for Arch Linux and Debian
- Detection and end-of-life data added for Amazon Linux
+- Detection of linux-lts on Arch Linux
### Changed
- Function: CheckItem() now returns only exit code (ITEM_FOUND is dropped)
@@ -87,6 +89,7 @@ Using the relevant options, the scan will change base on the intended goal.
- KRNL-5820 - extended check to include limits.d directory
- LOGG-2154 - added support for rsyslog configurations
- MAIL-8804 - replaced static strings with translation-aware strings
+- MALW-3280 - Kaspersky detection added
- NAME-4402 - check if /etc/hosts exists before performing test
- NAME-4404 - improved screen and log output
- NAME-4408 - corrected Report function call
@@ -95,6 +98,7 @@ Using the relevant options, the scan will change base on the intended goal.
- PROC-3612 - show 'Not found' instead of 'OK'
- PROC-3614 - show 'Not found' instead of 'OK'
- SCHD-7702 - removed hardening points
+- SINT-7010 - limit test to only macOS systems
- SSH-7402 - detect other SSH daemons like dropbear
- SSH-7406 - strip OpenSSH patch version and remove characters (carriage return)
- SSH-7408 - changed text in suggestion and report
@@ -108,6 +112,7 @@ Using the relevant options, the scan will change base on the intended goal.
- Use only locations from PATH environment variable, unless it is not defined
- Show tip to use 'lynis generate hostids' when host IDs are missing
- The 'show changelog' command works again for newer versions
+- Improved screen output in several tests
- Several code cleanups, simplification of commands, and code standardization
- Tests using lsof may ignore individual threads (if supported)
- Do not show tool tips when quiet option is used