We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71afb41 + 90427c9 commit 6bfef10Copy full SHA for 6bfef10
3 files changed
config-linux.md
@@ -549,8 +549,7 @@ Operator Constants:
549
"getcwd",
550
"chmod"
551
],
552
- "action": "SCMP_ACT_ERRNO",
553
- "comment": "stop exploit x"
+ "action": "SCMP_ACT_ERRNO"
554
}
555
]
556
config.md
@@ -766,8 +766,7 @@ Here is a full example `config.json` for reference.
766
767
768
769
770
771
772
773
},
specs-go/config.go
@@ -549,5 +549,4 @@ type LinuxSyscall struct {
Names []string `json:"names"`
Action LinuxSeccompAction `json:"action"`
Args []LinuxSeccompArg `json:"args"`
- Comment string `json:"comment"`
0 commit comments