[libvirt] [PATCH] Avoid segfault in virt-aa-helper when handling read-only mount filesystems

2016-08-24 Thread Rufo Dogav
This patch fixes a segfault in virt-aa-helper caused by attempting to modify a string literal in situ. It is triggered when a domain has a with type='mount' configured readonly, and libvirt is using the AppArmor security driver for sVirt confinement. --- Existing code seems to use

[libvirt] [PATCH] Avoid segfault in virt-aa-helper when handling read-only mount filesystems

2016-08-23 Thread Rufo Dogav
This patch fixes a segfault in virt-aa-helper caused by attempting to modify a string literal in situ. It is triggered when a domain has a with type='mount' configured readonly, and libvirt is using the AppArmor security driver for sVirt confinement. --- Thanks for the advice Martin - I