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 /internal/app/app_pd_linux_test.go | |
| 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 'internal/app/app_pd_linux_test.go')
| -rw-r--r-- | internal/app/app_pd_linux_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/app/app_pd_linux_test.go b/internal/app/app_pd_linux_test.go index a2f9f246..5712a42a 100644 --- a/internal/app/app_pd_linux_test.go +++ b/internal/app/app_pd_linux_test.go @@ -71,6 +71,7 @@ var testCasesPd = []sealTestCase{ SeccompPresets: seccomp.PresetExt | seccomp.PresetDenyDevel, HostNet: true, RetainSession: true, + ForwardCancel: true, }, }, { @@ -220,6 +221,7 @@ var testCasesPd = []sealTestCase{ SeccompPresets: seccomp.PresetExt | seccomp.PresetDenyDevel, HostNet: true, RetainSession: true, + ForwardCancel: true, }, }, } |
