aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/seccomp/hash_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/seccomp/hash_test.go')
-rw-r--r--container/seccomp/hash_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/container/seccomp/hash_test.go b/container/seccomp/hash_test.go
index 1d31ac0f..24f6b1c7 100644
--- a/container/seccomp/hash_test.go
+++ b/container/seccomp/hash_test.go
@@ -3,13 +3,14 @@ package seccomp_test
import (
"encoding/hex"
+ "hakurei.app/container/bits"
"hakurei.app/container/seccomp"
)
type (
bpfPreset = struct {
seccomp.ExportFlag
- seccomp.FilterPreset
+ bits.FilterPreset
}
bpfLookup map[bpfPreset][]byte
)