Skip to content

Commit 8558116

Browse files
author
Zhou Hao
committed
schema: add allowed values for defaultAction
Signed-off-by: Zhou Hao <[email protected]>
1 parent 75c847a commit 8558116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/config-linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"properties": {
230230
"defaultAction": {
231231
"id": "https://opencontainers.org/schema/bundle/linux/seccomp/defaultAction",
232-
"type": "string"
232+
"$ref": "defs-linux.json#/definitions/SeccompAction"
233233
},
234234
"architectures": {
235235
"id": "https://opencontainers.org/schema/bundle/linux/seccomp/architectures",

0 commit comments

Comments
 (0)