Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-09-23 01:41:59 +0400
committermboelen <michael@cisofy.com>2014-09-23 01:41:59 +0400
commit0d4d07cd2bf87d66670f2e165fe3bbb9df324ecc (patch)
treee1bdcdfab584dbd61bc12d729ae03c0be82d595c
parent6fbcf20c962c27624abb15580c9fb3261fdd71a5 (diff)
Updated log
-rw-r--r--CHANGELOG11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 11cafd9a..442d728e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,23 +30,28 @@
- Detection for SaltStack configuration management tooling
- ShowSymlinkPath function to check path behind a symlink
+ - Check of configuration options of pacman [PKGS-7314]
+ - Support for drill binary to check for Lynis update
- FileIsEmpty function to check for empty files
+ - Detect updates for Arch Linux [PKGS-7312]
- Add detection for machine ID (systemd)
- Added linux_config_file to report
- - Added ss detection
+ - Bash completion script for Lynis
+ - Added detection of ss binary
Changes:
- - Permissions check has been adjusted to allow packaging and pentest mode
- - Store PID file in home directory of the user, if needed
- Extended system reboot check, to enable it for most Linux versions[KRNL-5830]
- Improved inetd test to avoid false positive with xinetd process [INSE-8002]
+ - Permissions check has been adjusted to allow packaging and pentest mode
- Added detection for compressed Linux config file [KRNL-5728]
- Added support for compressed Linux config file [KRNL-5730]
+ - Store PID file in home directory of the user, if needed
- Added usage of ss to gather listening ports [NETW-3012]
- Additional permission added to CUPS check [PRNT-2307]
- Extended telnet in inetd test [INSE-8016]
- Fix for reading at.deny file [SCHD-7720]
- Removed individual warnings [BOOT-5184]
+ - Several improvements for Arch Linux
--