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-05-15 21:00:18 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-05-15 21:00:18 +0300
commitc751302a7609c1978b55752408890e3f29375c83 (patch)
treee8d30587f6c73c8b7e5bffc2cd72ad14252b0953 /include/parameters
parent1cbf7244c29f92f4adf2ee9458b0eed487520c2d (diff)
Add helper tool 'configure'
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/parameters b/include/parameters
index d18e5185..09d31297 100644
--- a/include/parameters
+++ b/include/parameters
@@ -95,6 +95,21 @@
fi
;;
+ # Configure Lynis
+ configure)
+ CHECK_BINARIES=0
+ RUN_HELPERS=1
+ QUIET=1
+ RUN_PLUGINS=0
+ RUN_TESTS=0
+ SHOW_PROGRAM_DETAILS=0
+ if [ $# -gt 0 ]; then shift; fi
+ HELPER="configure"
+ HELPER_PARAMS="$@"
+ break
+ ;;
+
+ # Show Lynis details
show)
CHECK_BINARIES=0
RUN_HELPERS=1