aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/mount.go
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/mount.go')
-rw-r--r--sandbox/mount.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/mount.go b/sandbox/mount.go
index e22fad7f..73dd14aa 100644
--- a/sandbox/mount.go
+++ b/sandbox/mount.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
"syscall"
- "git.gensokyo.uk/security/fortify/sandbox/vfs"
+ "git.gensokyo.uk/security/hakurei/sandbox/vfs"
)
func (p *procPaths) bindMount(source, target string, flags uintptr, eq bool) error {