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 10:00:03 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-11-18 10:00:03 +0300
commitcb52e9bfbe2bbfcacb7db9c26c4373d02366be9b (patch)
treefa131905212ccf456a1746490bc061e7f72791d9 /lynis
parent6d594b899f1a258d807381f06d5829ac1d116f21 (diff)
Also cleanup when Lynis process is terminated
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis2
1 files changed, 1 insertions, 1 deletions
diff --git a/lynis b/lynis
index dcc7de05..85cf5807 100755
--- a/lynis
+++ b/lynis
@@ -248,7 +248,7 @@
#
#################################################################################
#
- trap CleanUp INT
+ trap CleanUp INT TERM
# Use safe umask for the files we create
umask 027