mirror of https://github.com/CISOfy/lynis.git
Added new features
This commit is contained in:
parent
2886ad0b7e
commit
a4c34aa042
15
CHANGELOG
15
CHANGELOG
|
@ -20,9 +20,9 @@
|
||||||
|
|
||||||
= Lynis 2.2.1 (not released, development version) =
|
= 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
|
* 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.
|
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
|
* Systemd
|
||||||
---------
|
---------
|
||||||
Added support for detecting systemd and reporting it
|
Added support for detecting systemd and reporting it as a service manager.
|
||||||
|
|
||||||
* Uploads
|
* Uploads
|
||||||
---------
|
---------
|
||||||
|
@ -79,6 +87,7 @@ matched).
|
||||||
[Display] Added --debug, showing details on screen in debug mode
|
[Display] Added --debug, showing details on screen in debug mode
|
||||||
[IsRunning] Added return state
|
[IsRunning] Added return state
|
||||||
[PortIsListening] Check if a service it listening to a specified port
|
[PortIsListening] Check if a service it listening to a specified port
|
||||||
|
[SkipAtomicTest] Allow smaller tests to be skipped (e.g. SSH-7408)
|
||||||
|
|
||||||
* Tests
|
* Tests
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue