File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 143143 "$ref" : " defs.json#/definitions/int64"
144144 },
145145 "FileMode" : {
146- "description" : " File permissions mode (typically an octal value)" ,
146+ "description" : " File mode (typically an octal value)" ,
147147 "type" : " integer" ,
148148 "minimum" : 0 ,
149- "maximum" : 512
149+ "maximum" : 4096
150150 },
151151 "FileType" : {
152152 "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 {
386386 Major int64 `json:"major"`
387387 // Minor is the device's minor number.
388388 Minor int64 `json:"minor"`
389- // FileMode permission bits for the device.
389+ // File mode bits for the device.
390390 FileMode * os.FileMode `json:"fileMode,omitempty"`
391391 // UID of the device.
392392 UID * uint32 `json:"uid,omitempty"`
You can’t perform that action at this time.
0 commit comments