[Bug 1483071] Re: Error creating new VM with OVMF
Jamie Strandboge
jamie at ubuntu.com
Tue Aug 11 20:37:38 UTC 2015
This is a problem with virt-aa-helper.c. Basically, in valid_path()
this:
/* override the above with these */
const char * const override[] = {
"/sys/devices/pci", /* for hostdev pci devices */
"/etc/libvirt-sandbox/services/" /* for virt-sandbox service config */
};
should be changed to:
/* override the above with these */
const char * const override[] = {
"/sys/devices/pci", /* for hostdev pci devices */
"/etc/libvirt-sandbox/services/", /* for virt-sandbox service config */
"/usr/share/ovmf/" /* for OVMF images */
};
See https://lists.ubuntu.com/archives/apparmor/2015-August/008466.html
for details.
** Also affects: libvirt (Ubuntu)
Importance: Undecided
Status: New
** No longer affects: apparmor (Ubuntu)
** No longer affects: virt-manager (Ubuntu)
** Tags added: apparmor
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1483071
Title:
Error creating new VM with OVMF
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1483071/+subscriptions
More information about the Ubuntu-server-bugs
mailing list