mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 16:54:26 +02:00
Release 2.3.0
This commit is contained in:
parent
4ad4c7c1b6
commit
bf1118ebb3
48
CHANGELOG.md
48
CHANGELOG.md
@ -1,31 +1,34 @@
|
|||||||
Lynis Changelog
|
Lynis Changelog
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Lynis 2.2.1 (not released, development version)
|
Lynis 2.3.0 (2016-07-13)
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
|
||||||
|
We are excited to announce this major release of auditing tool Lynis. Several big
|
||||||
|
changes have been made to core functions of Lynis. These changes are the next of
|
||||||
|
simplification improvements we made. There is a risk of breaking your existing
|
||||||
|
configuration. See the tips below to upgrade.
|
||||||
|
|
||||||
|
This release will soon also be available in our software repository. For more
|
||||||
|
details see https://packages.cisofy.com to install and upgrade Lynis.
|
||||||
|
|
||||||
|
|
||||||
Upgrade tips
|
Upgrade tips
|
||||||
============
|
============
|
||||||
|
|
||||||
Several changes have been made to core functions of Lynis. These are to simplify
|
Default profile and custom profiles:
|
||||||
its usage, but might cause differences after upgrading. See the tips below to
|
Settings of multiple profiles can now be merged. Instead of making changes to
|
||||||
make.
|
default.prf, copy your changes to custom.prf. Use 'lynis show profiles' to show
|
||||||
|
any detected profiles. Only include your changes in custom.prf, to keep the
|
||||||
Custom profiles:
|
configuration clean and tidy. They will then overwrite the defaults. Use
|
||||||
Instead of making changes to default.prf, copy your changes to custom.prf. Only
|
'lynis show settings' to see if they are applied.
|
||||||
include the changes, as the values in default.prf are considered to be defaults.
|
|
||||||
|
|
||||||
Check your cron jobs:
|
Check your cron jobs:
|
||||||
When using --quiet, the output will be really quiet now.
|
When using --quiet, the output will be really quiet now. Use --show-warnings-only
|
||||||
Use --show-warnings-only if you still want to see warnings.
|
if you still want to see the warnings. Lynis will now exit with error 0, even
|
||||||
|
when warnings have been found. Use option error-on-warnings=yes (custom.prf) to
|
||||||
|
exit with code 78 when it has any warnings.
|
||||||
|
|
||||||
Lynis will exit with error 0, even when warnings have been found. Use option
|
|
||||||
error-on-warnings=yes (custom.prf) to exit with code 78 warnings.
|
|
||||||
|
|
||||||
Do not define a profile with --profile. Instead, put only your changes in the
|
|
||||||
new custom.prf.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Details
|
Details
|
||||||
=======
|
=======
|
||||||
@ -79,8 +82,9 @@ improved. A new test has been added to check if /var/tmp has been bound to /tmp.
|
|||||||
Language Support
|
Language Support
|
||||||
----------------
|
----------------
|
||||||
Lynis now supports language translations, with the language profile option.
|
Lynis now supports language translations, with the language profile option.
|
||||||
|
Initial languages: Dutch (nl), English (en), French (fr).
|
||||||
|
|
||||||
Initial languages: Dutch (nl), English (en)
|
You can help by translating the language files in the db directory.
|
||||||
|
|
||||||
|
|
||||||
Mac OS X Improvements
|
Mac OS X Improvements
|
||||||
@ -94,6 +98,11 @@ Show suggestion when weak protocol is used, like SSLv2 or SSLv3. The protocols
|
|||||||
are now also parsed and stored as details in the report file.
|
are now also parsed and stored as details in the report file.
|
||||||
|
|
||||||
|
|
||||||
|
Packages
|
||||||
|
--------
|
||||||
|
Systems running CentOS, Debian, openSUSE, RHEL, Ubuntu and others, may now use
|
||||||
|
our own software repository: https://packages.cisofy.com
|
||||||
|
|
||||||
Performance
|
Performance
|
||||||
-----------
|
-----------
|
||||||
Several performance improvements have been implemented. This includes rewriting
|
Several performance improvements have been implemented. This includes rewriting
|
||||||
@ -184,7 +193,6 @@ and therefore placed at the bottom.
|
|||||||
|
|
||||||
Program Options
|
Program Options
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
* --developer - Enable developer mode
|
* --developer - Enable developer mode
|
||||||
* --verbose - Show more details on screen, reduce in normal mode
|
* --verbose - Show more details on screen, reduce in normal mode
|
||||||
* --show-warnings-only - Only show warnings on screen
|
* --show-warnings-only - Only show warnings on screen
|
||||||
@ -251,11 +259,13 @@ Tests
|
|||||||
|
|
||||||
|
|
||||||
Plugins
|
Plugins
|
||||||
|
-------
|
||||||
* PLGN-1602 - Marked as root-only
|
* PLGN-1602 - Marked as root-only
|
||||||
* PLGN-2612 - Marked as root-only
|
* PLGN-2612 - Marked as root-only
|
||||||
* PLGN-2804 - Marked as root-only
|
* PLGN-2804 - Marked as root-only
|
||||||
* PLGN-3202 - Marked as root-only
|
* PLGN-3202 - Marked as root-only
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
= Lynis 2.2.0 (2016-03-18) =
|
= Lynis 2.2.0 (2016-03-18) =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user