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/vfs/mangle_test.go | 2 +- sandbox/vfs/mountinfo_test.go | 2 +- sandbox/vfs/unfold_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sandbox/vfs') diff --git a/sandbox/vfs/mangle_test.go b/sandbox/vfs/mangle_test.go index eccf51d7..101d87e0 100644 --- a/sandbox/vfs/mangle_test.go +++ b/sandbox/vfs/mangle_test.go @@ -3,7 +3,7 @@ package vfs_test import ( "testing" - "git.gensokyo.uk/security/fortify/sandbox/vfs" + "git.gensokyo.uk/security/hakurei/sandbox/vfs" ) func TestUnmangle(t *testing.T) { diff --git a/sandbox/vfs/mountinfo_test.go b/sandbox/vfs/mountinfo_test.go index ee438835..4e1fa3c9 100644 --- a/sandbox/vfs/mountinfo_test.go +++ b/sandbox/vfs/mountinfo_test.go @@ -12,7 +12,7 @@ import ( "syscall" "testing" - "git.gensokyo.uk/security/fortify/sandbox/vfs" + "git.gensokyo.uk/security/hakurei/sandbox/vfs" ) func TestMountInfo(t *testing.T) { diff --git a/sandbox/vfs/unfold_test.go b/sandbox/vfs/unfold_test.go index 4a262567..e20fc006 100644 --- a/sandbox/vfs/unfold_test.go +++ b/sandbox/vfs/unfold_test.go @@ -8,7 +8,7 @@ import ( "syscall" "testing" - "git.gensokyo.uk/security/fortify/sandbox/vfs" + "git.gensokyo.uk/security/hakurei/sandbox/vfs" ) func TestUnfold(t *testing.T) { -- cgit v1.3.1