Author: Simon Deziel Description: adjust virt-aa-helper to allow tunnelled migrations. Bug-Ubuntu: https://launchpad.net/bugs/869553 --- ./src/security/virt-aa-helper.c.orig 2011-10-20 10:19:55.333855807 -0400 +++ ./src/security/virt-aa-helper.c 2011-10-20 11:26:24.191686393 -0400 @@ -1046,6 +1046,8 @@ LOCAL_STATE_DIR, ctl->def->name); virBufferVSprintf(&buf, " \"%s/run/libvirt/**/%s.pid\" rwk,\n", LOCAL_STATE_DIR, ctl->def->name); + virBufferVSprintf(&buf, " \"%s/run/libvirt/**/*.tunnelmigrate.dest.%s\" rw,\n", + LOCAL_STATE_DIR, ctl->def->name); if (ctl->files) virBufferVSprintf(&buf, "%s", ctl->files);