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>2019-04-13 14:26:56 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-04-13 14:26:56 +0300
commit2d0c68493154e8dfee061f7a101a3a689a29097f (patch)
tree17ec1a2a4fa5c680f979c3b474a7eb902b76d57b /include/parameters
parent6bc2aefbd4ef905e48c86f416b95eb919da3511e (diff)
Added new 'generate' command
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/parameters b/include/parameters
index 96d63524..f3845526 100644
--- a/include/parameters
+++ b/include/parameters
@@ -111,6 +111,24 @@
break
;;
+ # Generate data
+ generate)
+ CHECK_BINARIES=0
+ HELPER="generate"
+ LOGTEXT=0
+ QUIET=1
+ RUN_HELPERS=1
+ RUN_TESTS=0
+ RUN_UPDATE_CHECK=0
+ SKIP_GETHOSTID=1
+ SKIP_PLUGINS=1
+ SKIP_VM_DETECTION=1
+ SHOW_PROGRAM_DETAILS=0
+ SHOW_TOOL_TIPS=0
+ shift; HELPER_PARAMS="$@"
+ break
+ ;;
+
# Show Lynis details
show)
CHECK_BINARIES=0