aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/instance/shim.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-02 20:42:51 +0900
committerOphestra <cat@gensokyo.uk>2025-07-02 20:42:51 +0900
commiteb22a8bcc1ac03357d4073e5d3ed6d0ab5246a37 (patch)
treed27d1f724a18bb47bf48816a444dccac28b5248c /internal/app/instance/shim.go
parent31aef905fa819310ee7694775a836c294ff742e4 (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/instance/shim.go')
-rw-r--r--internal/app/instance/shim.go6
1 files changed, 0 insertions, 6 deletions
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() }