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
path: root/lynis
diff options
context:
space:
mode:
authorKepi <kepi@igloonet.cz>2020-07-02 23:47:13 +0300
committerKepi <kepi@igloonet.cz>2020-07-03 00:42:28 +0300
commitf94817f66f4344e9fee676480bf4e04167ebc52c (patch)
treec44d2f1c7e6f0ba9d8dcf17326278d30bef3ca18 /lynis
parent1da058d6defcbfa4729b99526fdafcd1ae5295ce (diff)
Command line option for slow test threshold
IMHO it should be OK to run long tests if we count with it. Example: lynis audit system --slow-warning 300 Will warn when test takes longer than 300 seconds, instead of default 10.
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis1
1 files changed, 1 insertions, 0 deletions
diff --git a/lynis b/lynis
index 10f736c5..bfa1c308 100755
--- a/lynis
+++ b/lynis
@@ -453,6 +453,7 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${
${GRAY}--verbose${NORMAL} : Show more details on screen
${GRAY}--version (-V)${NORMAL} : Display version number and quit
${GRAY}--wait${NORMAL} : Wait between a set of tests
+ ${GRAY}--slow-warning ${BROWN}<seconds>${NORMAL} : Threshold for slow test warning in seconds (default 10)
${WHITE}Enterprise options${NORMAL}
${GRAY}--plugindir ${BROWN}<path>${NORMAL} : Define path of available plugins