Skip to content

Commit

Permalink
Merge pull request #1096 from kinvolk/rata_seccomp_listenerpath
Browse files Browse the repository at this point in the history
Fix seccomp notify inconsistencies
  • Loading branch information
vbatts authored Mar 19, 2021
2 parents a8c4a9e + 0f84938 commit 9c848d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions schema/defs-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
"enum": [
"SECCOMP_FILTER_FLAG_TSYNC",
"SECCOMP_FILTER_FLAG_LOG",
"SECCOMP_FILTER_FLAG_SPEC_ALLOW",
"SECCOMP_FILTER_FLAG_NEW_LISTENER"
"SECCOMP_FILTER_FLAG_SPEC_ALLOW"
]
},
"SeccompOperators": {
Expand Down
1 change: 1 addition & 0 deletions specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ const (
ActTrace LinuxSeccompAction = "SCMP_ACT_TRACE"
ActAllow LinuxSeccompAction = "SCMP_ACT_ALLOW"
ActLog LinuxSeccompAction = "SCMP_ACT_LOG"
ActNotify LinuxSeccompAction = "SCMP_ACT_NOTIFY"
)

// LinuxSeccompOperator used to match syscall arguments in Seccomp
Expand Down

0 comments on commit 9c848d9

Please sign in to comment.