diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:30:39 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:30:39 +0900 |
| commit | d2f9a9b83b1c43304081493eb2305309be1dd504 (patch) | |
| tree | 1862e9415d705eff509afb3bdc8e574b78068ce6 /container/mount.go | |
| parent | 1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff) | |
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/mount.go')
| -rw-r--r-- | container/mount.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/mount.go b/container/mount.go index eddec2f6..52563d78 100644 --- a/container/mount.go +++ b/container/mount.go @@ -7,7 +7,7 @@ import ( "path/filepath" . "syscall" - "git.gensokyo.uk/security/hakurei/container/vfs" + "hakurei.app/container/vfs" ) func (p *procPaths) bindMount(source, target string, flags uintptr, eq bool) error { |
