sandbox/seccomp: prepare -> export

Export makes a lot more sense, and also matches the libseccomp function.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-07-02 00:32:48 +09:00
parent d5532aade0
commit 26b7afc890
9 changed files with 34 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ func TestExport(t *testing.T) {
testCases := []struct {
name string
presets FilterPreset
flags PrepareFlag
flags ExportFlag
want []byte
wantErr bool
}{