From 87e008d56de974947ebb99c2cc40b25d3c2cf43e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 03:59:52 +0900 Subject: treewide: rename to hakurei Fortify makes little sense for a container tool. Signed-off-by: Ophestra --- sandbox/init.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sandbox/init.go') diff --git a/sandbox/init.go b/sandbox/init.go index 65bc3bcd..466d9254 100644 --- a/sandbox/init.go +++ b/sandbox/init.go @@ -13,7 +13,7 @@ import ( "syscall" "time" - "git.gensokyo.uk/security/fortify/sandbox/seccomp" + "git.gensokyo.uk/security/hakurei/sandbox/seccomp" ) const ( @@ -24,7 +24,7 @@ const ( basePath = "/tmp" // setup params file descriptor - setupEnv = "FORTIFY_SETUP" + setupEnv = "HAKUREI_SETUP" ) type initParams struct { @@ -56,7 +56,7 @@ func Init(prepare func(prefix string), setVerbose func(verbose bool)) { log.Fatal("invalid setup descriptor") } if errors.Is(err, ErrNotSet) { - log.Fatal("FORTIFY_SETUP not set") + log.Fatal("HAKUREI_SETUP not set") } log.Fatalf("cannot decode init setup payload: %v", err) -- cgit v1.3.1