Skip to content

Commit 22e921b

Browse files
author
Ma Shimiao
committed
schema/config-linux: add pattern limit for deviceCgroup
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1 parent 21f7998 commit 22e921b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema/defs-linux.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@
194194
"type": "boolean"
195195
},
196196
"type": {
197-
"type": "string"
197+
"type": "string",
198+
"pattern": "^[acb]$"
198199
},
199200
"major": {
200201
"$ref": "#/definitions/Major"

0 commit comments

Comments
 (0)