Re: [libvirt] [PATCH] qemu: checkpoint: Do ACL check prior to snapshot interlocking

2019-09-30 Thread Pavel Hrdina
On Fri, Sep 27, 2019 at 10:26:13AM +0200, Peter Krempa wrote: > The interlocking with snapshots is executed prior to the ACL check so if > a VM has snapshots invoking the checkpoint API may leak it's existance. > > Introduced with the qemuDomainCheckpointCreateXML API implementation in > commit 5f

[libvirt] [PATCH] qemu: checkpoint: Do ACL check prior to snapshot interlocking

2019-09-27 Thread Peter Krempa
The interlocking with snapshots is executed prior to the ACL check so if a VM has snapshots invoking the checkpoint API may leak it's existance. Introduced with the qemuDomainCheckpointCreateXML API implementation in commit 5f4e0796503. Signed-off-by: Peter Krempa --- Split out from the checkpo