We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74a8f82 + 627f533 commit 4badf7fCopy full SHA for 4badf7f
specs-go/config.go
@@ -549,9 +549,9 @@ type LinuxSeccompArg struct {
549
550
// LinuxSyscall is used to match a syscall in Seccomp
551
type LinuxSyscall struct {
552
- Names []string `json:"names"`
553
- Action LinuxSeccompAction `json:"action"`
554
- Args []LinuxSeccompArg `json:"args"`
+ Names []string `json:"names"`
+ Action LinuxSeccompAction `json:"action"`
+ Args []LinuxSeccompArg `json:"args"`
555
}
556
557
// LinuxIntelRdt has container runtime resource constraints
0 commit comments