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 a8c4a9e + 0f84938 commit 9c848d9Copy full SHA for 9c848d9
schema/defs-linux.json
@@ -70,8 +70,7 @@
70
"enum": [
71
"SECCOMP_FILTER_FLAG_TSYNC",
72
"SECCOMP_FILTER_FLAG_LOG",
73
- "SECCOMP_FILTER_FLAG_SPEC_ALLOW",
74
- "SECCOMP_FILTER_FLAG_NEW_LISTENER"
+ "SECCOMP_FILTER_FLAG_SPEC_ALLOW"
75
]
76
},
77
"SeccompOperators": {
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