Skip to content

Commit 0f84938

Browse files
committed
schema/defs-linux: Fix inconsistencies with seccomp notify
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]>
1 parent 7c549cb commit 0f84938

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-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": {

0 commit comments

Comments
 (0)