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 cc983bb commit f305e64Copy full SHA for f305e64
specs-go/config.go
@@ -505,7 +505,7 @@ const (
505
ActAllow LinuxSeccompAction = "SCMP_ACT_ALLOW"
506
)
507
508
-// LinuxOperatorOperator used to match syscall arguments in Seccomp
+// LinuxSeccompOperator used to match syscall arguments in Seccomp
509
type LinuxSeccompOperator string
510
511
// Define operators for syscall arguments in Seccomp
@@ -519,7 +519,7 @@ const (
519
OpMaskedEqual LinuxSeccompOperator = "SCMP_CMP_MASKED_EQ"
520
521
522
-// Arg used for matching specific syscall arguments in Seccomp
+// LinuxSeccompArg used for matching specific syscall arguments in Seccomp
523
type LinuxSeccompArg struct {
524
Index uint `json:"index"`
525
Value uint64 `json:"value"`
0 commit comments