mirror of https://github.com/CISOfy/lynis.git
Updated log
This commit is contained in:
parent
f915df67d1
commit
11c4779dd7
15
CHANGELOG
15
CHANGELOG
|
@ -56,7 +56,7 @@ 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)
|
||||
New profile option: quick=yes|no (similar to --quick)
|
||||
|
||||
* SSH
|
||||
-----
|
||||
|
@ -72,7 +72,7 @@ Added support for detecting systemd and reporting it as a service manager.
|
|||
---------
|
||||
Solved a bug which added the proxy configuration twice.
|
||||
|
||||
* General Improvements
|
||||
* General improvements
|
||||
----------------------
|
||||
The screen output has been improved, to show more meaningful things when some
|
||||
parameters are missing. Several old variables and lines have been cleaned up.
|
||||
|
@ -81,11 +81,20 @@ The Display function now allows the --debug flag. This helps in showing some
|
|||
lines on screen, which would normally be hidden (e.g. items not found or
|
||||
matched).
|
||||
|
||||
Logging has been improved in different areas, like cleaning up and add more
|
||||
relevant messages where needed.
|
||||
|
||||
* Program options
|
||||
-----------------
|
||||
Added --verbose to show more details on screen and reducing in normal mode
|
||||
|
||||
* Functions
|
||||
-----------
|
||||
[ContainsString] New function to search for a string in another one
|
||||
[Display] Added --debug, showing details on screen in debug mode
|
||||
[IsDebug] Check for usage of --debug
|
||||
[IsRunning] Added return state
|
||||
[IsVerbose] Check for usage of --verbose
|
||||
[PortIsListening] Check if a service it listening to a specified port
|
||||
[SkipAtomicTest] Allow smaller tests to be skipped (e.g. SSH-7408)
|
||||
|
||||
|
@ -95,7 +104,7 @@ matched).
|
|||
[AUTH-9308] Check for systemd targets
|
||||
[DBS-1860] Check for status of DB2
|
||||
[CRYP-7902] Support for multiple profiles, improved logging
|
||||
[FILE-6372] Properly checking for /etc/fstab now
|
||||
[FILE-6372] Properly checking for /etc/fstab now, ignore comments
|
||||
[FILE-7524] Support for multiple profiles
|
||||
[KRNL-6000] Allow multiple profiles to be used, store more details
|
||||
[NETW-3014] Support for multiple profiles
|
||||
|
|
Loading…
Reference in New Issue