From c751302a7609c1978b55752408890e3f29375c83 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 15 May 2016 20:00:18 +0200 Subject: [PATCH] Add helper tool 'configure' --- include/parameters | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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