mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-21 12:54:33 +02:00
Updated log
This commit is contained in:
parent
4493810df2
commit
17ba25a788
12
CHANGELOG
12
CHANGELOG
@ -107,6 +107,8 @@ or change their default value between versions.
|
|||||||
---------
|
---------
|
||||||
Added support for detecting systemd and reporting it as a service manager.
|
Added support for detecting systemd and reporting it as a service manager.
|
||||||
|
|
||||||
|
The systemd plugin has been released as a community plugin.
|
||||||
|
|
||||||
* Uploads
|
* Uploads
|
||||||
---------
|
---------
|
||||||
Solved a bug which added the proxy configuration twice.
|
Solved a bug which added the proxy configuration twice.
|
||||||
@ -129,15 +131,21 @@ display on systems with a white background.
|
|||||||
|
|
||||||
When no auditor name has been specified, it will say that instead of unknown.
|
When no auditor name has been specified, it will say that instead of unknown.
|
||||||
|
|
||||||
|
Functions file has been cleaned up, including adding developer debug information
|
||||||
|
when old functions are still be used. Later on these functions will be deleted,
|
||||||
|
and therefore placed at the bottom.
|
||||||
|
|
||||||
|
|
||||||
* Program options
|
* Program options
|
||||||
-----------------
|
-----------------
|
||||||
Added --developer option to enable developer mode
|
Added --developer option to enable developer mode
|
||||||
Added --verbose to show more details on screen and reducing in normal mode
|
Added --verbose to show more details on screen and reducing in normal mode
|
||||||
Added --show-warnings-only to just show any warnings on screen
|
Added --show-warnings-only to just show any warnings on screen
|
||||||
Added --skip-plugins to disable running any plugins
|
Added --skip-plugins to disable running any plugins (alias: --no-plugins)
|
||||||
Changed --quiet to really quiet
|
Changed --quiet to really quiet
|
||||||
Remove --config option, use lynis show profiles instead
|
Remove --config option, use lynis show profiles instead
|
||||||
|
|
||||||
|
|
||||||
* Functions
|
* Functions
|
||||||
-----------
|
-----------
|
||||||
[ContainsString] New function to search for a string in another one
|
[ContainsString] New function to search for a string in another one
|
||||||
@ -151,12 +159,14 @@ Remove --config option, use lynis show profiles instead
|
|||||||
[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)
|
[SkipAtomicTest] Allow smaller tests to be skipped (e.g. SSH-7408)
|
||||||
|
|
||||||
|
|
||||||
* Tests
|
* Tests
|
||||||
-------
|
-------
|
||||||
[AUTH-9262] Restructure of test, support for pwquality PAM
|
[AUTH-9262] Restructure of test, support for pwquality PAM
|
||||||
[AUTH-9308] Check for systemd targets
|
[AUTH-9308] Check for systemd targets
|
||||||
[BANN-7119] /etc/motd test disabled
|
[BANN-7119] /etc/motd test disabled
|
||||||
[BANN-7122] /etc/motd content test disabled
|
[BANN-7122] /etc/motd content test disabled
|
||||||
|
[BOOT-5184] Improve file permissions check for CentOS 7 machines
|
||||||
[DBS-1860] Check for status of DB2
|
[DBS-1860] Check for status of DB2
|
||||||
[CRYP-7902] Support for multiple profiles, improved logging
|
[CRYP-7902] Support for multiple profiles, improved logging
|
||||||
[FILE-6372] Properly checking for /etc/fstab now, ignore comments
|
[FILE-6372] Properly checking for /etc/fstab now, ignore comments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user