aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/template_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-29 02:21:12 +0900
committerOphestra <cat@gensokyo.uk>2025-07-29 02:23:06 +0900
commitb43d10468039a07ada412dcab83e8e074ab9ef46 (patch)
tree3eca94296dea7e9c364be9e3b29e18c6d33971a2 /hst/template_test.go
parentddf48a6c22d4387ff2ca2e45afbcc86fa7d81968 (diff)
app: integrate interrupt forwarding
This significantly increases usability of command line tools running through hakurei. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/template_test.go')
-rw-r--r--hst/template_test.go2
1 files changed, 2 insertions, 0 deletions
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,