From eb22a8bcc1ac03357d4073e5d3ed6d0ab5246a37 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 2 Jul 2025 20:42:51 +0900 Subject: cmd/hakurei: move to cmd Having it at the project root never made sense since the "ego" name was deprecated. This change finally addresses it. Signed-off-by: Ophestra --- internal/app/instance/shim.go | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 internal/app/instance/shim.go (limited to 'internal/app/instance/shim.go') diff --git a/internal/app/instance/shim.go b/internal/app/instance/shim.go deleted file mode 100644 index 8147b7c5..00000000 --- a/internal/app/instance/shim.go +++ /dev/null @@ -1,6 +0,0 @@ -package instance - -import "git.gensokyo.uk/security/hakurei/internal/app/internal/setuid" - -// ShimMain is the main function of the shim process and runs as the unconstrained target user. -func ShimMain() { setuid.ShimMain() } -- cgit v1.3.1