Thank you it’s a bit more complex but this helped me solve it. I’ll update the post a working script later.
quick summary in case i get busy:
I had to install crun so i can use the ‘podman --runtime crun’ parameter instead of runc the podman default
I did NOT need to pass the --privileged parameter
our device mappings are equivalent, so i was good there.
I added a check for the dialout group, but think it’s working now with the users default groups. will make sure to check this with restarts before update.
Thank you it’s a bit more complex but this helped me solve it. I’ll update the post a working script later.
quick summary in case i get busy:
summary: working now!