hakurei: move container helpers toplevel

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-07-02 21:31:29 +09:00
parent a1d98823f8
commit eec021cc4b
36 changed files with 21 additions and 21 deletions

View File

@@ -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 {