From 33a4ab11c226c736c0d8b2644fbbe27a5ca045e9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 16 Feb 2025 16:28:46 +0900 Subject: internal: move shim and init into app This structure makes more sense, as both processes are part of an app's lifecycle. Signed-off-by: Ophestra --- internal/priv/init/payload.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 internal/priv/init/payload.go (limited to 'internal/priv/init/payload.go') diff --git a/internal/priv/init/payload.go b/internal/priv/init/payload.go deleted file mode 100644 index d1dc9ec3..00000000 --- a/internal/priv/init/payload.go +++ /dev/null @@ -1,13 +0,0 @@ -package init0 - -const Env = "FORTIFY_INIT" - -type Payload struct { - // target full exec path - Argv0 string - // child full argv - Argv []string - - // verbosity pass through - Verbose bool -} -- cgit v1.3.1