From e57573c4284f4ae30e18e4accbbff3c76ea7b29c Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Tue, 5 Mar 2024 17:38:13 +0100 Subject: [PATCH] Ensure signals can't start new contexts too early. --- src/context/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/context.rs b/src/context/context.rs index 5e0260e399..30bc7e509d 100644 --- a/src/context/context.rs +++ b/src/context/context.rs @@ -246,7 +246,7 @@ impl Context { handler: None, }, umask: 0o022, - status: Status::Blocked, + status: Status::HardBlocked { reason: HardBlockedReason::NotYetStarted }, status_reason: "", running: false, cpu_id: None,