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-09 16:48:12 +0400
committermboelen <michael@cisofy.com>2014-09-09 16:48:12 +0400
commitf2da1d3fbc91f85ffedc06fbf5dee6761de9bf13 (patch)
treead820606575096a322f9193997d01afc3880815b
parent56cc2df2c22d017e4acc5c5fbd659f4e20d9c2fa (diff)
Updated log
-rw-r--r--CHANGELOG11
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 998d9e18..a5b728e1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,7 +18,7 @@
================================================================================
- * 1.6.1 (2014-09-xx)
+ * 1.6.1 (2014-09-09)
New:
- Added --pentest parameter to run a non-privileged scans (e.g. for pentesting)
@@ -26,13 +26,14 @@
Changes:
- Improved vulnerable packages test on Debian based systems (apt-check) [PKGS-7392]
+ - Don't show warnings for 'swap' in 4th column fstab file [FILE-6336]
+ - Remove warning for old files in /tmp [FILE-6354]
- CheckUpdates function will have better output when no connection is available
+ - Changes to parameters and functions, to allow penetration tests with Lynis
+ - Test for actual files in /etc/modprobe.d before grepping in it
- Improved chown command when file permissions are incorrect
- Changed output of update test, show when status is unknown
- - Remove warning for old files in /tmp [FILE-6354]
- - Test for actual files in /etc/modprobe.d before grepping in it
- - Don't show warnings for 'swap' in 4th column fstab file [FILE-6336]
- - Changes to parameters and functions, to allow penetration tests with Lynis
+ - No scanning of symlinked directories (binaries test)
- Extended SafePerms function to also check for UID
- Several tests will have root-only bit set now
- Improved netstat tests on Arch Linux