Comment 12 for bug 545795

Revision history for this message
Jamie Strandboge (jdstrand) wrote : Re: apparmor driver blocks access to hostdev and pcidev devices

Class,

Can you add the following line to /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper:
  /sys/bus/usb/devices/ r,
  /sys/bus/usb/devices/** r,

Then perform:
$ sudo apparmor_parser -r /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper

and try to start the VM again?