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

@@ -95,7 +95,7 @@ type (
// Sequential container setup ops.
*Ops
// Extra seccomp flags.
SeccompFlags seccomp.PrepareFlag
SeccompFlags seccomp.ExportFlag
// Extra seccomp presets.
SeccompPresets seccomp.FilterPreset
// Permission bits of newly created parent directories.