[libvirt-users] Libvirt: dynamic ownership did not work

2016-08-03 Thread Jonatan Schlag
Hi, I have a very strange problem with libvirt. I work on some machines with libvirt (Debian/ Arch Linux) and libvirt set the ownership of images file automatically to the qemu user / group for example on Arch Linux to nobody:kvm. So when I copy an image file with root and use I then with qemu,

Re: [libvirt-users] Libvirt: dynamic ownership did not work

2016-08-04 Thread Jonatan Schlag
Am Do, 4. Aug, 2016 um 11:32 schrieb Michal Privoznik : On 03.08.2016 21:17, Jonatan Schlag wrote: Hi, I have a very strange problem with libvirt. I work on some machines with libvirt (Debian/ Arch Linux) and libvirt set the ownership of images file automatically to the qemu user

Re: [libvirt-users] Libvirt: dynamic ownership did not work

2016-08-04 Thread Jonatan Schlag
Am Do, 4. Aug, 2016 um 1:38 schrieb Michal Privoznik : On 04.08.2016 12:12, Jonatan Schlag wrote: Am Do, 4. Aug, 2016 um 11:32 schrieb Michal Privoznik : On 03.08.2016 21:17, Jonatan Schlag wrote: Hi, I have a very strange problem with libvirt. I work on some machines with

Re: [libvirt-users] Libvirt: dynamic ownership did not work

2016-08-04 Thread Jonatan Schlag
Am Do, 4. Aug, 2016 um 5:07 schrieb Michal Privoznik : On 04.08.2016 13:59, Jonatan Schlag wrote: Am Do, 4. Aug, 2016 um 1:38 schrieb Michal Privoznik : On 04.08.2016 12:12, Jonatan Schlag wrote: Am Do, 4. Aug, 2016 um 11:32 schrieb Michal Privoznik : On 03.08.2016 21:17

Re: [libvirt-users] Libvirt: dynamic ownership did not work

2016-08-05 Thread Jonatan Schlag
Am Fr, 5. Aug, 2016 um 9:45 schrieb Michal Privoznik : On 04.08.2016 20:28, Jonatan Schlag wrote: Then the other option that comes to my mind is a race with somebody else on the system. You can attach gdb to the daemon and set breakpoint to virSecurityDACSetOwnershipInternal(). In