From cd5959fe5ab04786cd5dee3cf09f725229ae7c7b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Mar 2026 13:35:48 +0900 Subject: ext: isolate from container/std These are too general to belong in the container package. This targets the v0.4 release to reduce the wrapper maintenance burden. Signed-off-by: Ophestra --- container/seccomp/presets.go | 1 + 1 file changed, 1 insertion(+) (limited to 'container/seccomp/presets.go') 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) { -- cgit v1.3.1