File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 145
145
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/bounding" ,
146
146
"type" : " array" ,
147
147
"items" : {
148
- "$ref " : " defs-linux.json#/definitions/Capability "
148
+ "type " : " string "
149
149
}
150
150
},
151
151
"permitted" : {
152
152
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/permitted" ,
153
153
"type" : " array" ,
154
154
"items" : {
155
- "$ref " : " defs-linux.json#/definitions/Capability "
155
+ "type " : " string "
156
156
}
157
157
},
158
158
"effective" : {
159
159
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/effective" ,
160
160
"type" : " array" ,
161
161
"items" : {
162
- "$ref " : " defs-linux.json#/definitions/Capability "
162
+ "type " : " string "
163
163
}
164
164
},
165
165
"inheritable" : {
166
166
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/inheritable" ,
167
167
"type" : " array" ,
168
168
"items" : {
169
- "$ref " : " defs-linux.json#/definitions/Capability "
169
+ "type " : " string "
170
170
}
171
171
},
172
172
"ambient" : {
173
173
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/ambient" ,
174
174
"type" : " array" ,
175
175
"items" : {
176
- "$ref " : " defs-linux.json#/definitions/Capability "
176
+ "type " : " string "
177
177
}
178
178
}
179
179
}
Original file line number Diff line number Diff line change 95
95
" names"
96
96
]
97
97
},
98
- "Capability" : {
99
- "description" : " Linux process capabilities" ,
100
- "type" : " string" ,
101
- "pattern" : " ^CAP_([A-Z]|_)+$"
102
- },
103
98
"Major" : {
104
99
"description" : " major device number" ,
105
100
"$ref" : " defs.json#/definitions/int64"
You can’t perform that action at this time.
0 commit comments