From 6ec8fd97ac70af812860e7afdbf6810437157eed Mon Sep 17 00:00:00 2001 From: smitsohu Date: Wed, 20 Mar 2019 15:23:17 +0100 Subject: security: too early to register signal handler --- src/firejail/join.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/firejail/join.c b/src/firejail/join.c index 3d5006236..3372c8dc1 100644 --- a/src/firejail/join.c +++ b/src/firejail/join.c @@ -294,7 +294,6 @@ void join(pid_t pid, int argc, char **argv, int index) { pid_t parent = pid; extract_command(argc, argv, index); - signal (SIGTERM, signal_handler); // in case the pid is that of a firejail process, use the pid of the first child process pid = switch_to_child(pid); -- cgit v1.2.3-70-g09d2