aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/seccomp/presets.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/seccomp/presets.go')
-rw-r--r--container/seccomp/presets.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/container/seccomp/presets.go b/container/seccomp/presets.go
index f329759c..4b76af61 100644
--- a/container/seccomp/presets.go
+++ b/container/seccomp/presets.go
@@ -6,6 +6,7 @@ import (
. "syscall"
. "hakurei.app/container/std"
+ . "hakurei.app/ext"
)
func Preset(presets FilterPreset, flags ExportFlag) (rules []NativeRule) {