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 01:51:27 +0400
committermboelen <michael@cisofy.com>2014-09-09 01:51:27 +0400
commit56cc2df2c22d017e4acc5c5fbd659f4e20d9c2fa (patch)
tree6ed86103d4aaf913b3caf4e3f4e9c0fd1773a909 /CHANGELOG
parent691019f9ae13ea4fdcbf9891a7005ff3f976324d (diff)
Adjustments to allow non-privileged scan and reduce errors on screen
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d596ea2a..998d9e18 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -26,12 +26,15 @@
Changes:
- Improved vulnerable packages test on Debian based systems (apt-check) [PKGS-7392]
+ - CheckUpdates function will have better output when no connection is available
- 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
- Extended SafePerms function to also check for UID
- - Several tests will have root-only bit set
+ - Several tests will have root-only bit set now
- Improved netstat tests on Arch Linux
--