Updated log

This commit is contained in:
mboelen 2014-09-18 11:09:04 +02:00
parent f69fc779c2
commit 607e6db395

View File

@ -22,13 +22,15 @@
New: New:
- IsVirtualMachine function to check if system is running in VM - IsVirtualMachine function to check if system is running in VM
VM types: Bochs CPU emulation, IBM z/VM, KVM, Linux Containers, VM types: Bochs CPU emulation, IBM z/VM, KVM, Linux Containers,
libvirt LXC driver (Linux Containers), Microsoft Virtual PC, OpenVZ, libvirt LXC driver (Linux Containers), Microsoft Virtual PC, OpenVZ,
Oracle VM VirtualBox, QEMU, Systemd Namespace container, 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 - ShowSymlinkPath function to check path behind a symlink
- FileIsEmpty function to check for empty files - FileIsEmpty function to check for empty files
- Detection for SaltStack configuration management tooling
Changes: Changes:
- Improved inetd test to avoid false positive with xinetd process [INSE-8002] - Improved inetd test to avoid false positive with xinetd process [INSE-8002]