From 2f74adc8bdeda2499be0a8b2711f68c342695bf2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 10 Nov 2025 20:35:59 +0900 Subject: container/init: close initial process files on termination This closes them during the adopt wait delay. This also keeps them alive. Signed-off-by: Ophestra --- container/check/absolute_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/check') diff --git a/container/check/absolute_test.go b/container/check/absolute_test.go index 5cb96d79..466bbacb 100644 --- a/container/check/absolute_test.go +++ b/container/check/absolute_test.go @@ -9,7 +9,7 @@ import ( "strings" "syscall" "testing" - _ "unsafe" + _ "unsafe" // for go:linkname . "hakurei.app/container/check" ) -- cgit v1.3.1