aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/seccomp
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-03-30 23:00:20 +0900
committerOphestra <cat@gensokyo.uk>2025-03-30 23:00:20 +0900
commit2a46f5bb127f23133b7076d391d8a0038a3490ff (patch)
tree2107b4b13e5f285e6e8f627f729c2840e5592737 /sandbox/seccomp
parent7f2c0af5ad6ad660c7b4d7d89a5a0b34243b7cee (diff)
sandbox/seccomp: update doc comment
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/seccomp')
-rw-r--r--sandbox/seccomp/seccomp.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/seccomp/seccomp.go b/sandbox/seccomp/seccomp.go
index 2e730479..9bc74d36 100644
--- a/sandbox/seccomp/seccomp.go
+++ b/sandbox/seccomp/seccomp.go
@@ -1,3 +1,4 @@
+// Package seccomp provides filter presets and high level wrappers around libseccomp.
package seccomp
/*