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-19 13:46:22 +0400
committermboelen <michael@cisofy.com>2014-09-19 13:46:22 +0400
commit4a1f52e81b8e471aefcaef41aa430d8b371a915c (patch)
treefb51c7fc9a1df7779f5776f1343bda6677707713
parent94efdd0af1c114b4bbc0020ddc44fc725acbd11f (diff)
Updated log
-rw-r--r--CHANGELOG9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 73fd35cf..d80ef102 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -34,15 +34,16 @@
- Added linux_config_file to report
Changes:
- - Improved inetd test to avoid false positive with xinetd process [INSE-8002]
- Permissions check has been adjusted to allow packaging and pentest mode
+ - Store PID file in home directory of the user, if needed
+ - Improved inetd test to avoid false positive with xinetd process [INSE-8002]
+ - Extended system reboot check to enable it for most Linux [KRNL-5830]
- Added detection for compressed Linux config file [KRNL-5728]
- Added support for compressed Linux config file [KRNL-5730]
- - Fix for reading at.deny file [SCHD-7720]
+ - 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]
- - Extended system reboot check to enable it for most Linux [KRNL-5830]
- - Store PID file in home directory of the user, if needed
--