Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 651 Bytes

LinuxDeviceCgroup.md

File metadata and controls

22 lines (12 loc) · 651 Bytes

LinuxDeviceCgroup

LinuxDeviceCgroup represents a device rule for the devices specified to the device controller

Properties

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]

Implemented Interfaces

  • Serializable