From b43d10468039a07ada412dcab83e8e074ab9ef46 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 29 Jul 2025 02:21:12 +0900 Subject: app: integrate interrupt forwarding This significantly increases usability of command line tools running through hakurei. Signed-off-by: Ophestra --- hst/template_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hst/template_test.go') diff --git a/hst/template_test.go b/hst/template_test.go index 2baf991b..a9b92262 100644 --- a/hst/template_test.go +++ b/hst/template_test.go @@ -80,8 +80,10 @@ func TestTemplate(t *testing.T) { ], "container": { "hostname": "localhost", + "immediate_termination": true, "seccomp_flags": 1, "seccomp_presets": 1, + "seccomp_compat": true, "devel": true, "userns": true, "net": true, -- cgit v1.3.1