mirror of https://github.com/CISOfy/lynis.git
Release 2.5.7
This commit is contained in:
parent
839977c3f6
commit
50374ecd0e
|
@ -1,12 +1,13 @@
|
|||
# Lynis Changelog
|
||||
|
||||
## Lynis 2.6.7 (not released yet)
|
||||
## Lynis 2.6.7 (2018-08-09)
|
||||
|
||||
### Changed
|
||||
- BOOT-5104 - Added busybox as a service manager
|
||||
- KRNL-5677 - Limit PAE and no-execute test to AMD64 hardware only
|
||||
- LOGG-2190 - Ignore /dev/zero and /dev/[aio] as deleted files
|
||||
- SSH-7408 - Changed classification of SSH root login with keys
|
||||
- Docker scan uses new format for maintainer value
|
||||
- New URL structure on CISOfy website implemented for Lynis controls
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
|
6
lynis
6
lynis
|
@ -35,9 +35,9 @@
|
|||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||
|
||||
# Version details
|
||||
PROGRAM_RELEASE_DATE="2018-07-25"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1530882211
|
||||
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
||||
PROGRAM_RELEASE_DATE="2018-08-09"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1533820410
|
||||
PROGRAM_RELEASE_TYPE="final" # dev or final
|
||||
PROGRAM_VERSION="2.6.7"
|
||||
|
||||
# Source, documentation and license
|
||||
|
|
Loading…
Reference in New Issue