Comment 0 for bug 1552241

Revision history for this message
Josef Hopfgartner (josef-netzagentur) wrote :

This fix is for Ubuntu Xenial

The following file needs some fixes in order to work for usb host device access:
/etc/apparmor.d/abstractions/libvirt-qemu

The line is wrong:
  /sys/devices/**/usb[0-9]*/** r,
correct is:
  /sys/devices/*/*/usb[0-9]*/** r,

This line is missing:
  /run/udev/data/** r,