Skip to content

Commit

Permalink
Merge pull request #940 from q384566678/defaultAction-fix
Browse files Browse the repository at this point in the history
schema: add allowed values for defaultAction
  • Loading branch information
crosbymichael authored Dec 11, 2017
2 parents 75c847a + 8558116 commit b2d941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/config-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"properties": {
"defaultAction": {
"id": "https://opencontainers.org/schema/bundle/linux/seccomp/defaultAction",
"type": "string"
"$ref": "defs-linux.json#/definitions/SeccompAction"
},
"architectures": {
"id": "https://opencontainers.org/schema/bundle/linux/seccomp/architectures",
Expand Down

0 comments on commit b2d941e

Please sign in to comment.