mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-25 18:59:13 +02:00
Release 2.7.2
This commit is contained in:
parent
c83f87853f
commit
0154473219
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,20 +1,26 @@
|
|||||||
# Lynis Changelog
|
# Lynis Changelog
|
||||||
|
|
||||||
## Lynis 2.7.2 (not released yet)
|
## Lynis 2.7.2 (2019-03-07)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- AUTH-9409 - Support for doas (OpenBSD)
|
- AUTH-9409 - Support for doas (OpenBSD)
|
||||||
- AUTH-9410 - Test file permissions of doas configuration
|
- AUTH-9410 - Test file permissions of doas configuration
|
||||||
|
- BOOT-5117 - Support for systemd-boot boot loader added
|
||||||
|
- BOOT-5177 - Simplify service filter and allow multiple dots in service names
|
||||||
- BOOT-5262 - Check OpenBSD boot daemons
|
- BOOT-5262 - Check OpenBSD boot daemons
|
||||||
- BOOT-5263 - Test permissions for boot files and scripts
|
- BOOT-5263 - Test permissions for boot files and scripts
|
||||||
- Support for end-of-life detection of the operating system
|
- Support for end-of-life detection of the operating system
|
||||||
- New 'lynis show eol' command
|
- New 'lynis show eol' command
|
||||||
|
- Korean translation
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- AUTH-9252 - Adds support for files in sudoers.d
|
- AUTH-9252 - Adds support for files in sudoers.d
|
||||||
- AUTH-9252 - Test extended to check file and directory ownership
|
- AUTH-9252 - Test extended to check file and directory ownership
|
||||||
|
- BOOT-5122 - Use NONE instead of WARNING if no password is set
|
||||||
- FIRE-4540 - Modify test to better measure rules
|
- FIRE-4540 - Modify test to better measure rules
|
||||||
- NETW-2704Ignore inline comments in /etc/resolv.conf
|
- KRNL-5788 - Resolve false positive warning on missing /vmlinuz
|
||||||
|
- NETW-2704 - Ignore inline comments in /etc/resolv.conf
|
||||||
|
- PKGS-7388 - Improve detection for security archive
|
||||||
- RPi/Raspian path to PAM_FILE_LOCATIONS
|
- RPi/Raspian path to PAM_FILE_LOCATIONS
|
||||||
|
|
||||||
|
|
||||||
|
6
lynis
6
lynis
@ -35,9 +35,9 @@
|
|||||||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2019-02-26"
|
PROGRAM_RELEASE_DATE="2019-03-07"
|
||||||
PROGRAM_RELEASE_TIMESTAMP=1548942179
|
PROGRAM_RELEASE_TIMESTAMP=1551949337
|
||||||
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
PROGRAM_RELEASE_TYPE="final" # dev or final
|
||||||
PROGRAM_VERSION="2.7.2"
|
PROGRAM_VERSION="2.7.2"
|
||||||
|
|
||||||
# Source, documentation and license
|
# Source, documentation and license
|
||||||
|
Loading…
x
Reference in New Issue
Block a user