diff --git a/specs-go/config.go b/specs-go/config.go index 6fa501c34..7b60f8bb3 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -669,7 +669,7 @@ type LinuxSeccompArg struct { type LinuxSyscall struct { Names []string `json:"names"` Action LinuxSeccompAction `json:"action"` - ErrnoRet uint `json:"errno"` + ErrnoRet *uint `json:"errnoRet,omitempty"` Args []LinuxSeccompArg `json:"args,omitempty"` }