permissions property

List<DeviceCgroupPermission>? permissions
final

The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and mknod for the device.

Implementation

final List<DeviceCgroupPermission>? permissions;