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.
1 parent 55e1a84 commit 627f533Copy full SHA for 627f533
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