Re: [libvirt] [PATCH] virt-aa-helper: fix libusb access to udev usb descriptions

2017-10-26 Thread Michal Privoznik
On 10/25/2017 02:42 PM, Christian Ehrhardt wrote: > In bf3a4140 "virt-aa-helper: fix libusb access to udev usb data" the > libusb access to properly detect the device/bus ids was fixed. > > The path /run/udev/data/+usb* contains a subset of that information we > already allow to be read and are

Re: [libvirt] [PATCH] virt-aa-helper: fix libusb access to udev usb descriptions

2017-10-25 Thread Jamie Strandboge
On Wed, 2017-10-25 at 14:42 +0200, Christian Ehrhardt wrote: > In bf3a4140 "virt-aa-helper: fix libusb access to udev usb data" the > libusb access to properly detect the device/bus ids was fixed. > > The path /run/udev/data/+usb* contains a subset of that information > we > already allow to be

[libvirt] [PATCH] virt-aa-helper: fix libusb access to udev usb descriptions

2017-10-25 Thread Christian Ehrhardt
In bf3a4140 "virt-aa-helper: fix libusb access to udev usb data" the libusb access to properly detect the device/bus ids was fixed. The path /run/udev/data/+usb* contains a subset of that information we already allow to be read and are currently not needed for the function qemu needs libusb for.