app: integrate interrupt forwarding
Some checks failed
Test / Create distribution (push) Successful in 33s
Test / Hakurei (push) Failing after 56s
Test / Hakurei (race detector) (push) Failing after 1m2s
Test / Planterette (push) Failing after 1m3s
Test / Sandbox (race detector) (push) Failing after 1m19s
Test / Sandbox (push) Failing after 1m25s
Test / Flake checks (push) Has been skipped

This significantly increases usability of command line tools running through hakurei.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-07-29 02:21:12 +09:00
parent ddf48a6c22
commit e72f96ad0a
11 changed files with 70 additions and 18 deletions

View File

@@ -195,6 +195,7 @@ in
'';
};
immediate_termination = mkEnableOption "immediate termination of the container on interrupt";
devel = mkEnableOption "debugging-related kernel interfaces";
userns = mkEnableOption "user namespace creation";
tty = mkEnableOption "access to the controlling terminal";