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:
authorMichael Boelen <michael.boelen@cisofy.com>2019-11-18 12:19:43 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-11-18 12:19:43 +0300
commita07fcb3348b499eea4684a37d0aab0dbb0095e5f (patch)
tree30da1d49cbd726742aa07734e6e4aa08a4f3b4fc /lynis
parentcb52e9bfbe2bbfcacb7db9c26c4373d02366be9b (diff)
Add USR1 trap to show status such as active test
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis1
1 files changed, 1 insertions, 0 deletions
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