-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Description
Hey, I'm not sure this is intended but I noticed that my services using --device
stopped working with crun 1.18.1 (1.18.0 does work). I now get Operation not permitted, cannot open /dev/ttyUSB0
from my application when I do podman run ... --device /dev/ttyUSB0:/dev/ttyUSB0 ...
.
I think this is a regression as 1.18.1 specifically doesn't seem intend to break previous behavior (especially on cgroups v2).
Just to be super sure I checked podman info
and it says cgroupVersion: v2
.
Metadata
Metadata
Assignees
Labels
No labels