Skip to content

Commit

Permalink
schema/defs-linux: Fix inconsistencies with seccomp notify
Browse files Browse the repository at this point in the history
Commit "Add Seccomp Notify support"
(58798e7) just added
SECCOMP_FILTER_FLAG_NEW_LISTENER to the schema and not to the list of
flags in config-linux.md. However, it was a mistake to add them to the
schema, as the user will never really need to specify that flag.

Signed-off-by: Rodrigo Campos <[email protected]>
  • Loading branch information
rata committed Mar 18, 2021
1 parent 7c549cb commit 0f84938
Showing 1 changed file with 1 addition 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

0 comments on commit 0f84938

Please sign in to comment.