From adfaa4bf439d7c40fa6d1bffa17772fef6e010a7 Mon Sep 17 00:00:00 2001 From: Tianyu Zhou Date: Thu, 10 Sep 2026 10:39:29 +0800 Subject: [PATCH] fix(deps): update sandboxd to guard cgroup cleanup PIDs Advance sandboxd to f045a67, which validates cgroup PID snapshots before sending signals. This prevents kill(0, SIGKILL) from terminating sandboxd's own process group during cleanup. The pinned change includes the cgroup v1/v2 guard and regression tests merged in inclusionAI/sandboxd#53. Signed-off-by: Tianyu Zhou --- src/sandboxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sandboxd b/src/sandboxd index b8f4656..f045a67 160000 --- a/src/sandboxd +++ b/src/sandboxd @@ -1 +1 @@ -Subproject commit b8f4656c57432bce1b50111e766bcd21510ee482 +Subproject commit f045a67ffeafb59d8e0230ed77ed80ca8cbec789