From c1399f5030abde76728ba7982a7a22fd49e75359 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 5 Nov 2025 02:47:43 +0900 Subject: std: rename from comp Seccomp lookup tables are going to be relocated here, and PNR constants. 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 cb5a29cb..f46c36db 100644 --- a/container/seccomp/libseccomp_test.go +++ b/container/seccomp/libseccomp_test.go @@ -6,8 +6,8 @@ import ( "syscall" "testing" - . "hakurei.app/container/comp" . "hakurei.app/container/seccomp" + . "hakurei.app/container/std" ) func TestLibraryError(t *testing.T) { -- cgit v1.3.1