From e94acc424c5746eb6cf903ed97b4e71223fda50f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 21 Oct 2025 20:54:03 +0900 Subject: container/comp: rename from bits This package will also hold syscall lookup tables for seccomp. Signed-off-by: Ophestra --- container/seccomp/libseccomp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/seccomp/libseccomp_test.go') diff --git a/container/seccomp/libseccomp_test.go b/container/seccomp/libseccomp_test.go index 5d58ac7a..cb5a29cb 100644 --- a/container/seccomp/libseccomp_test.go +++ b/container/seccomp/libseccomp_test.go @@ -6,7 +6,7 @@ import ( "syscall" "testing" - . "hakurei.app/container/bits" + . "hakurei.app/container/comp" . "hakurei.app/container/seccomp" ) -- cgit v1.3.1