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-08 17:42:40 +0400
committermboelen <michael@cisofy.com>2014-09-08 17:42:40 +0400
commit284337be1b1550ced27a4be8f34783d6c9f3dc5e (patch)
tree0de1075332496ff9ccbe8f06961fb8e1b451a3a4 /CHANGELOG
parent6d1531a9209d37b1c2b3614b733133de15d20de1 (diff)
Updated log
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bea1e66e..d596ea2a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,7 @@
================================================================================
- Author: Michael Boelen (michael@rootkit.nl)
+ Author: Michael Boelen (michael.boelen@cisofy.com)
Description: Security and system auditing tool
Website: http://cisofy.com/lynis/
http://www.rootkit.nl/projects/lynis.html
@@ -20,12 +20,18 @@
* 1.6.1 (2014-09-xx)
+ New:
+ - Added --pentest parameter to run a non-privileged scans (e.g. for pentesting)
+ - Show skipped tests in report if they require root and scan is non-privileged
+
Changes:
- Improved vulnerable packages test on Debian based systems (apt-check) [PKGS-7392]
- - Extended SafePerms function to also check for UID
- Improved chown command when file permissions are incorrect
- 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
+ - Extended SafePerms function to also check for UID
+ - Several tests will have root-only bit set
- Improved netstat tests on Arch Linux
--