diff options
Diffstat (limited to 'mount.go')
| -rw-r--r-- | mount.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import ( "path/filepath" . "syscall" - "git.gensokyo.uk/security/hakurei/sandbox/vfs" + "git.gensokyo.uk/security/hakurei/vfs" ) func (p *procPaths) bindMount(source, target string, flags uintptr, eq bool) error { |
