From f94817f66f4344e9fee676480bf4e04167ebc52c Mon Sep 17 00:00:00 2001 From: Kepi Date: Thu, 2 Jul 2020 22:47:13 +0200 Subject: 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. --- lynis | 1 + 1 file changed, 1 insertion(+) (limited to 'lynis') 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}${NORMAL} : Threshold for slow test warning in seconds (default 10) ${WHITE}Enterprise options${NORMAL} ${GRAY}--plugindir ${BROWN}${NORMAL} : Define path of available plugins -- cgit v1.2.3