Expand description
This module contains the implementation of the devices cgroup subsystem.
See the Kernel’s documentation for more information about this subsystem, found at: Documentation/cgroup-v1/devices.txt
Structs§
- Devices
Controller - A controller that allows controlling the
devicessubsystem of a Cgroup.
Enums§
- Device
Permissions - An enum with the permissions that can be allowed/denied to the control group.
- Device
Type - An enum holding the different types of devices that can be manipulated using this controller.