File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 143
143
"$ref" : " defs.json#/definitions/int64"
144
144
},
145
145
"FileMode" : {
146
- "description" : " File permissions mode (typically an octal value)" ,
146
+ "description" : " File mode (typically an octal value)" ,
147
147
"type" : " integer" ,
148
148
"minimum" : 0 ,
149
- "maximum" : 512
149
+ "maximum" : 4096
150
150
},
151
151
"FileType" : {
152
152
"description" : " Type of a block or special character device" ,
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ type LinuxDevice struct {
386
386
Major int64 `json:"major"`
387
387
// Minor is the device's minor number.
388
388
Minor int64 `json:"minor"`
389
- // FileMode permission bits for the device.
389
+ // File mode bits for the device.
390
390
FileMode * os.FileMode `json:"fileMode,omitempty"`
391
391
// UID of the device.
392
392
UID * uint32 `json:"uid,omitempty"`
You can’t perform that action at this time.
0 commit comments