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
path: root/lynis
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-13 17:38:07 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-13 17:38:07 +0300
commite06db1477dde001f47f0cc3d08afe3a568055ffc (patch)
treede3a05887576b640574ec2d8376a5e8336d036bc /lynis
parent67a636f351d049eef694cd07aa82cd75b2339f98 (diff)
Add notebook hardware detection
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis3
1 files changed, 2 insertions, 1 deletions
diff --git a/lynis b/lynis
index 98389d0c..c786d798 100755
--- a/lynis
+++ b/lynis
@@ -747,8 +747,9 @@ ${NORMAL}
#
#################################################################################
#
- # Check if this is a virtual machine (after the appropriate binaries are found)
+ # Use hardware detection capabilities
IsVirtualMachine
+ IsNotebook
#
#################################################################################
#