I have a container that I configured and have working. However, when I reboot the container it starts up with new permissions. I can not figure out how to keep the permissions I need or force it to start with the right settings.
What I need is: (working setting)
crw-rw---- 1 nut nut 189, 258 Sep 5 13:20 /dev/bus/usb/003/003
With that I can restart the service I need and everything works great.
When I restart the container it starts up like this:
crw-rw---- 1 root root 189, 258 Sep 5 13:16 /dev/bus/usb/003/003
I have tried using the GUI and setting the USB connection in there with device passthru. (currently how I have it working)
I have tried the rules trick on the host.
I have tried mapping gids from the host to the container
I can get the application to work but no matter what I do I can not get the permissions to start the container the way it needs.
Anyone have any suggestions or places to look for other ideas.
Let me know if you need any additional info to troubleshoot.
thanks
Mike
What I need is: (working setting)
crw-rw---- 1 nut nut 189, 258 Sep 5 13:20 /dev/bus/usb/003/003
With that I can restart the service I need and everything works great.
When I restart the container it starts up like this:
crw-rw---- 1 root root 189, 258 Sep 5 13:16 /dev/bus/usb/003/003
I have tried using the GUI and setting the USB connection in there with device passthru. (currently how I have it working)
I have tried the rules trick on the host.
I have tried mapping gids from the host to the container
I can get the application to work but no matter what I do I can not get the permissions to start the container the way it needs.
Anyone have any suggestions or places to look for other ideas.
Let me know if you need any additional info to troubleshoot.
thanks
Mike