Search results

  1. M

    LXC USB Passthrough hotplug permission problem

    The chown 100000:100000 /dev/CONBEE executed on the node has no effect on the device in the running container. This is only applied after restarting it. Inside the privileged container I can do a chown and chmod, but in the unprivileged I do not have the permissions to do that.
  2. M

    LXC USB Passthrough hotplug permission problem

    Hello, my home automation runs in an unprivileged LXC container. Client devices are controlled via a Zigbee USB stick. I have a udev rule with: "SUBSYSTEMS=="usb", ATTRS{idVendor}=="1cf1", ATTRS{idProduct}=="0030", MODE="0666", GROUP="dialout", SYMLINK+="CONBEE" and in the config...