Skip to content

Commit 9c848d9

Browse files
authored
Merge pull request #1096 from kinvolk/rata_seccomp_listenerpath
Fix seccomp notify inconsistencies
2 parents a8c4a9e + 0f84938 commit 9c848d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/defs-linux.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
"enum": [
7171
"SECCOMP_FILTER_FLAG_TSYNC",
7272
"SECCOMP_FILTER_FLAG_LOG",
73-
"SECCOMP_FILTER_FLAG_SPEC_ALLOW",
74-
"SECCOMP_FILTER_FLAG_NEW_LISTENER"
73+
"SECCOMP_FILTER_FLAG_SPEC_ALLOW"
7574
]
7675
},
7776
"SeccompOperators": {

specs-go/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ const (
650650
ActTrace LinuxSeccompAction = "SCMP_ACT_TRACE"
651651
ActAllow LinuxSeccompAction = "SCMP_ACT_ALLOW"
652652
ActLog LinuxSeccompAction = "SCMP_ACT_LOG"
653+
ActNotify LinuxSeccompAction = "SCMP_ACT_NOTIFY"
653654
)
654655

655656
// LinuxSeccompOperator used to match syscall arguments in Seccomp

0 commit comments

Comments
 (0)