From 3ce63e95d7691450f7b368e639d984a223a764b1 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 7 Oct 2025 18:28:20 +0900 Subject: container: move seccomp preset bits This allows holding the bits without cgo. Signed-off-by: Ophestra --- container/seccomp/libseccomp_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'container/seccomp/libseccomp_test.go') diff --git a/container/seccomp/libseccomp_test.go b/container/seccomp/libseccomp_test.go index 1ae3f764..81f52511 100644 --- a/container/seccomp/libseccomp_test.go +++ b/container/seccomp/libseccomp_test.go @@ -8,6 +8,7 @@ import ( "syscall" "testing" + . "hakurei.app/container/bits" . "hakurei.app/container/seccomp" ) -- cgit v1.3.1