Release 2.7.2

This commit is contained in:
Michael Boelen 2019-03-07 11:55:21 +01:00
parent c83f87853f
commit 0154473219
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 11 additions and 5 deletions

View File

@ -1,20 +1,26 @@
# Lynis Changelog
## Lynis 2.7.2 (not released yet)
## Lynis 2.7.2 (2019-03-07)
### Added
- AUTH-9409 - Support for doas (OpenBSD)
- 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-5263 - Test permissions for boot files and scripts
- Support for end-of-life detection of the operating system
- New 'lynis show eol' command
- Korean translation
### Changed
- AUTH-9252 - Adds support for files in sudoers.d
- 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
- 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

6
lynis
View File

@ -35,9 +35,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
PROGRAM_RELEASE_DATE="2019-02-26"
PROGRAM_RELEASE_TIMESTAMP=1548942179
PROGRAM_RELEASE_TYPE="dev" # dev or final
PROGRAM_RELEASE_DATE="2019-03-07"
PROGRAM_RELEASE_TIMESTAMP=1551949337
PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.7.2"
# Source, documentation and license