Re: [libvirt] [PATCH] qemu: Use correct permissions when determining the image chain

2014-02-10 Thread Peter Krempa
On 02/07/14 21:47, Eric Blake wrote: On 02/07/2014 10:53 AM, Peter Krempa wrote: The code took into account only the global permissions. The domains now support per-vm DAC lables and per-image DAC labels. Use the most s/lables/labels/ specific label available. ---

[libvirt] [PATCH] qemu: Use correct permissions when determining the image chain

2014-02-07 Thread Peter Krempa
The code took into account only the global permissions. The domains now support per-vm DAC lables and per-image DAC labels. Use the most specific label available. --- src/qemu/qemu_domain.c | 35 +-- src/qemu/qemu_domain.h | 1 + src/qemu/qemu_driver.c | 8

Re: [libvirt] [PATCH] qemu: Use correct permissions when determining the image chain

2014-02-07 Thread Eric Blake
On 02/07/2014 10:53 AM, Peter Krempa wrote: The code took into account only the global permissions. The domains now support per-vm DAC lables and per-image DAC labels. Use the most s/lables/labels/ specific label available. --- src/qemu/qemu_domain.c | 35