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-18 13:09:04 +0400
committermboelen <michael@cisofy.com>2014-09-18 13:09:04 +0400
commit607e6db39550ceef8b20f70d961e774933a31873 (patch)
tree38c42f1529bbb8901aea4bd0b34d37c5d869f37f
parentf69fc779c21d097d2ccf7dc888256887cf11f10e (diff)
Updated log
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9d996bad..a8c4a553 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,13 +22,15 @@
New:
- IsVirtualMachine function to check if system is running in VM
+
VM types: Bochs CPU emulation, IBM z/VM, KVM, Linux Containers,
libvirt LXC driver (Linux Containers), Microsoft Virtual PC, OpenVZ,
Oracle VM VirtualBox, QEMU, Systemd Namespace container,
- User-Mode Linux (UML), VMware product, XEN
+ User-Mode Linux (UML), VMware products, XEN
- ShowSymlinkPath function to check path behind a symlink
- FileIsEmpty function to check for empty files
+ - Detection for SaltStack configuration management tooling
Changes:
- Improved inetd test to avoid false positive with xinetd process [INSE-8002]