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 a8c4a9e commit 7c549cbCopy full SHA for 7c549cb
specs-go/config.go
@@ -650,6 +650,7 @@ const (
650
ActTrace LinuxSeccompAction = "SCMP_ACT_TRACE"
651
ActAllow LinuxSeccompAction = "SCMP_ACT_ALLOW"
652
ActLog LinuxSeccompAction = "SCMP_ACT_LOG"
653
+ ActNotify LinuxSeccompAction = "SCMP_ACT_NOTIFY"
654
)
655
656
// LinuxSeccompOperator used to match syscall arguments in Seccomp
0 commit comments