From a07fcb3348b499eea4684a37d0aab0dbb0095e5f Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 18 Nov 2019 10:19:43 +0100 Subject: Add USR1 trap to show status such as active test --- lynis | 1 + 1 file changed, 1 insertion(+) (limited to 'lynis') diff --git a/lynis b/lynis index 85cf5807..db50a3f3 100755 --- a/lynis +++ b/lynis @@ -249,6 +249,7 @@ ################################################################################# # trap CleanUp INT TERM + trap Status USR1 # Use safe umask for the files we create umask 027 -- cgit v1.2.3