Re: [libvirt] [PATCH 0/3] qemu: Fix how files are being opened

2013-07-24 Thread Michal Privoznik
On 24.05.2013 22:25, Martin Kletzander wrote: There were some places in the code, where files were being opened with uid:gid of the daemon instead of the qemu process related to the file. First patch exposes the parseIds() function in order for it to be used somewhere else in the code than

Re: [libvirt] [PATCH 0/3] qemu: Fix how files are being opened

2013-07-24 Thread Martin Kletzander
On Wed 24 Jul 2013 10:56:56 AM CEST, Michal Privoznik wrote: On 24.05.2013 22:25, Martin Kletzander wrote: There were some places in the code, where files were being opened with uid:gid of the daemon instead of the qemu process related to the file. First patch exposes the parseIds() function

Re: [libvirt] [PATCH 0/3] qemu: Fix how files are being opened

2013-07-15 Thread Martin Kletzander
On 06/24/2013 12:19 PM, Martin Kletzander wrote: On 05/24/2013 10:25 PM, Martin Kletzander wrote: There were some places in the code, where files were being opened with uid:gid of the daemon instead of the qemu process related to the file. First patch exposes the parseIds() function in order

Re: [libvirt] [PATCH 0/3] qemu: Fix how files are being opened

2013-06-24 Thread Martin Kletzander
On 05/24/2013 10:25 PM, Martin Kletzander wrote: There were some places in the code, where files were being opened with uid:gid of the daemon instead of the qemu process related to the file. First patch exposes the parseIds() function in order for it to be used somewhere else in the code

[libvirt] [PATCH 0/3] qemu: Fix how files are being opened

2013-05-24 Thread Martin Kletzander
There were some places in the code, where files were being opened with uid:gid of the daemon instead of the qemu process related to the file. First patch exposes the parseIds() function in order for it to be used somewhere else in the code than in the DAC security driver. The next patch fixes