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