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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-10-16 16:13:04 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-16 16:13:04 +0300
commitd0eae6480d95ead463e5e92359df0c1f0caeb2b8 (patch)
tree2955aa059a065b6513790ed260712b395602e0cf /include/consts
parentc0e63699e5d6206bc02bee5dd40ed7f813d3fc8f (diff)
Support for Docker container detection
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index c556ef4b..ff3d214d 100644
--- a/include/consts
+++ b/include/consts
@@ -77,6 +77,7 @@ unset LANG
CONTROL_URL_APPEND=""
CONTROL_URL_PREPEND=""
CONTROL_URL_PROTOCOL=""
+ CONTAINER_TYPE=""
CREATE_REPORT_FILE=1
CSUMBINARY=""
CUSTOM_URL_APPEND=""