mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 16:54:26 +02:00
Add helper tool 'configure'
This commit is contained in:
parent
1cbf7244c2
commit
c751302a76
@ -95,6 +95,21 @@
|
|||||||
fi
|
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)
|
show)
|
||||||
CHECK_BINARIES=0
|
CHECK_BINARIES=0
|
||||||
RUN_HELPERS=1
|
RUN_HELPERS=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user