From eec021cc4b4eb42bc9c8311755826828bfba1996 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 2 Jul 2025 21:31:29 +0900 Subject: hakurei: move container helpers toplevel Signed-off-by: Ophestra --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.go') diff --git a/init.go b/init.go index 74ff9294..cb7fd844 100644 --- a/init.go +++ b/init.go @@ -13,7 +13,7 @@ import ( . "syscall" "time" - "git.gensokyo.uk/security/hakurei/sandbox/seccomp" + "git.gensokyo.uk/security/hakurei/seccomp" ) const ( -- cgit v1.3.1