I am running Ubuntu Server 22.04.3 LTS and I am trying to use Podman.
I fail to passthrough a device (in my case /dev/ttyUSB0) to the container.
Running
podman --device /dev/ttyUSB0 ...
just does not have any effect, the device isn't there inside the container.
I also disabled AppArmor just to find out if this is causing my problem, yet no luck.