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/stub/exit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/stub') diff --git a/container/stub/exit_test.go b/container/stub/exit_test.go index 5d850759..e4c4f962 100644 --- a/container/stub/exit_test.go +++ b/container/stub/exit_test.go @@ -2,7 +2,7 @@ package stub_test import ( "testing" - _ "unsafe" + _ "unsafe" // for go:linkname "hakurei.app/container/stub" ) -- cgit v1.3.1