mirror of https://github.com/mirror/busybox.git
init: for paranoid reasons, restore SIGCONT too.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_16_stable
parent
bcc6ec9b7e
commit
18f89128e5
|
@ -270,6 +270,7 @@ static void reset_sighandlers_and_unblock_sigs(void)
|
||||||
+ (1 << SIGINT)
|
+ (1 << SIGINT)
|
||||||
+ (1 << SIGHUP)
|
+ (1 << SIGHUP)
|
||||||
+ (1 << SIGTSTP)
|
+ (1 << SIGTSTP)
|
||||||
|
+ (1 << SIGSTOP)
|
||||||
, SIG_DFL);
|
, SIG_DFL);
|
||||||
sigprocmask_allsigs(SIG_UNBLOCK);
|
sigprocmask_allsigs(SIG_UNBLOCK);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue