mirror of https://github.com/CISOfy/lynis.git
Add helper tool 'configure'
This commit is contained in:
parent
1cbf7244c2
commit
c751302a76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue