diff --git a/specs-go/config.go b/specs-go/config.go index 9c512c0d..3c744ed8 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -549,9 +549,9 @@ type LinuxSeccompArg struct { // LinuxSyscall is used to match a syscall in Seccomp type LinuxSyscall struct { - Names []string `json:"names"` - Action LinuxSeccompAction `json:"action"` - Args []LinuxSeccompArg `json:"args"` + Names []string `json:"names"` + Action LinuxSeccompAction `json:"action"` + Args []LinuxSeccompArg `json:"args"` } // LinuxIntelRdt has container runtime resource constraints