diff --git a/CHANGELOG b/CHANGELOG index db61bcf0..16865085 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,9 +20,9 @@ = Lynis 2.2.1 (not released, development version) = -* To Do +* Ansible ------- -- Ansible examples on https://github.com/CISOfy/lynis-ansible +Ansible examples on https://github.com/CISOfy/lynis-ansible * Databases ----------- @@ -56,9 +56,17 @@ inherit values first from default.prf, then merge it with custom.prf. Several tests have been altered to support multiple profiles. +New profile option: quick (similar to --quick) + +* SSH +----- +The configuration of SSH is now parsed from the SSH daemon directly. This enables +handling with new defaults more easily, as OpenSSH sometimes introduces new keys, +or change their default value between versions. + * Systemd --------- -Added support for detecting systemd and reporting it +Added support for detecting systemd and reporting it as a service manager. * Uploads --------- @@ -79,6 +87,7 @@ matched). [Display] Added --debug, showing details on screen in debug mode [IsRunning] Added return state [PortIsListening] Check if a service it listening to a specified port +[SkipAtomicTest] Allow smaller tests to be skipped (e.g. SSH-7408) * Tests -------