We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f17f5 commit 03c526bCopy full SHA for 03c526b
schema/config-linux.json
@@ -249,6 +249,10 @@
249
"pattern": "^MB:[^\\n]*$"
250
}
251
252
+ },
253
+ "personality": {
254
+ "type": "object",
255
+ "$ref": "defs-linux.json#/definitions/Personality"
256
257
258
schema/defs-linux.json
@@ -1,5 +1,23 @@
1
{
2
"definitions": {
3
+ "PersonalityDomain": {
4
+ "type": "string",
5
+ "enum": [
6
+ "LINUX",
7
+ "LINUX32"
8
+ ]
9
10
+ "Personality": {
11
12
+ "properties": {
13
+ "domain": {
14
+ "$ref": "#/definitions/PersonalityDomain"
15
16
+ "flags": {
17
+ "$ref": "defs.json#/definitions/ArrayOfStrings"
18
+ }
19
20
21
"RootfsPropagation": {
22
"type": "string",
23
"enum": [
0 commit comments