From 8accd3b2190d0527ec0d848c877b1a68abaac28c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 22 Oct 2025 06:55:02 +0900 Subject: internal/app/shim: use syscall dispatcher This enables instrumented testing of the shim. Signed-off-by: Ophestra --- internal/app/hsu.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'internal/app/hsu.go') diff --git a/internal/app/hsu.go b/internal/app/hsu.go index cae56c88..1286249a 100644 --- a/internal/app/hsu.go +++ b/internal/app/hsu.go @@ -21,7 +21,9 @@ type Hsu struct { id int kOnce sync.Once - k syscallDispatcher + + // msg is not populated + k syscallDispatcher } var ErrHsuAccess = errors.New("current user is not in the hsurc file") -- cgit v1.3.1