aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/syscall.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-28 20:47:23 +0900
committerOphestra <cat@gensokyo.uk>2026-02-28 20:48:30 +0900
commitad8f799703a4bf8d87741890ba831856af2dd145 (patch)
tree26877d60bb5bd03fb98f85b28a9a99bad1d96f6d /container/syscall.go
parentc74c269b66770f0eddde255d2805b79f274409e9 (diff)
container/std: rename seccomp types
Aliases will be kept until 0.4. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/syscall.go')
-rw-r--r--container/syscall.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/syscall.go b/container/syscall.go
index e5f86cf6..5f392c35 100644
--- a/container/syscall.go
+++ b/container/syscall.go
@@ -58,7 +58,7 @@ const (
// schedParam is equivalent to struct sched_param from include/linux/sched.h.
type schedParam struct {
// sched_priority
- priority std.ScmpInt
+ priority std.Int
}
// schedSetscheduler sets both the scheduling policy and parameters for the