aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/vfs
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-25 03:59:52 +0900
committerOphestra <cat@gensokyo.uk>2025-06-25 04:57:41 +0900
commit87e008d56de974947ebb99c2cc40b25d3c2cf43e (patch)
tree31791911e5226d6ec04e3fac7d91b0bf53e63aa5 /sandbox/vfs
parent399207321265307bb15f37d867f9370cd51c82a8 (diff)
treewide: rename to hakurei
Fortify makes little sense for a container tool. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/vfs')
-rw-r--r--sandbox/vfs/mangle_test.go2
-rw-r--r--sandbox/vfs/mountinfo_test.go2
-rw-r--r--sandbox/vfs/unfold_test.go2
3 files changed, 3 insertions, 3 deletions
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) {