diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-29 02:21:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-29 02:23:06 +0900 |
| commit | b43d10468039a07ada412dcab83e8e074ab9ef46 (patch) | |
| tree | 3eca94296dea7e9c364be9e3b29e18c6d33971a2 /cmd | |
| parent | ddf48a6c22d4387ff2ca2e45afbcc86fa7d81968 (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 'cmd')
| -rw-r--r-- | cmd/hakurei/print_test.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/hakurei/print_test.go b/cmd/hakurei/print_test.go index 98486e02..b9d4bb27 100644 --- a/cmd/hakurei/print_test.go +++ b/cmd/hakurei/print_test.go @@ -256,8 +256,10 @@ App ], "container": { "hostname": "localhost", + "immediate_termination": true, "seccomp_flags": 1, "seccomp_presets": 1, + "seccomp_compat": true, "devel": true, "userns": true, "net": true, @@ -382,8 +384,10 @@ App ], "container": { "hostname": "localhost", + "immediate_termination": true, "seccomp_flags": 1, "seccomp_presets": 1, + "seccomp_compat": true, "devel": true, "userns": true, "net": true, @@ -562,8 +566,10 @@ func Test_printPs(t *testing.T) { ], "container": { "hostname": "localhost", + "immediate_termination": true, "seccomp_flags": 1, "seccomp_presets": 1, + "seccomp_compat": true, "devel": true, "userns": true, "net": true, |
