permissions property
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;
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.
final List<DeviceCgroupPermission>? permissions;