You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRIO./containerd implements device_ownership_from_security_context = true
where the device mounts follows the security context declared in the POD spec
Actual Behavior
Cri-dockerd / docker doesnt honor the pwermissions of devices to that of the user
Steps to Reproduce the Problem
Specifications
Version: 0.3.0
Platform: RockyLinux
Subsystem: docker-26
The text was updated successfully, but these errors were encountered:
As far as I can tell, it is missing from the docker API parameters:
// DeviceMapping represents the device mapping between the host and the container.typeDeviceMappingstruct {
PathOnHoststringPathInContainerstringCgroupPermissionsstring
}
So there doesn't seem to be a way to change the Linux.Device
Expected Behavior
CRIO./containerd implements device_ownership_from_security_context = true
where the device mounts follows the security context declared in the POD spec
Actual Behavior
Cri-dockerd / docker doesnt honor the pwermissions of devices to that of the user
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: