Index: libvirt-0.7.5/src/security/virt-aa-helper.c =================================================================== --- libvirt-0.7.5.orig/src/security/virt-aa-helper.c 2011-04-05 15:26:57.397367916 +0300 +++ libvirt-0.7.5/src/security/virt-aa-helper.c 2011-04-05 15:28:21.325710988 +0300 @@ -865,11 +865,11 @@ for (i = 0; i < ctl->def->nserials; i++) if (ctl->def->serials[i] && ctl->def->serials[i]->data.file.path) if (vah_add_file(&buf, - ctl->def->serials[i]->data.file.path, "w") != 0) + ctl->def->serials[i]->data.file.path, "rw") != 0) goto clean; if (ctl->def->console && ctl->def->console->data.file.path) - if (vah_add_file(&buf, ctl->def->console->data.file.path, "w") != 0) + if (vah_add_file(&buf, ctl->def->console->data.file.path, "rw") != 0) goto clean; if (ctl->def->os.kernel)