LinuxDeviceCgroup represents a device rule for the devices specified to the device controller
Name | Type | Description | Notes |
---|---|---|---|
access | String | Cgroup access permissions format, rwm. | [optional] |
allow | Boolean | Allow or deny | [optional] |
major | Long | Major is the device's major number. | [optional] |
minor | Long | Minor is the device's minor number. | [optional] |
type | String | Device type, block, char, etc. | [optional] |
- Serializable