Re: [libvirt] [PATCH 2/6] security_dac: Resolve virSecurityDACSetOwnershipInternal const correctness

2017-01-07 Thread John Ferlan
On 12/19/2016 10:57 AM, Michal Privoznik wrote: > The code at the very bottom of the DAC secdriver that calls > chown() should be fine with read-only data. If something needs to > be prepared it should have been done beforehand. > > Signed-off-by: Michal Privoznik > --- >

[libvirt] [PATCH 2/6] security_dac: Resolve virSecurityDACSetOwnershipInternal const correctness

2016-12-19 Thread Michal Privoznik
The code at the very bottom of the DAC secdriver that calls chown() should be fine with read-only data. If something needs to be prepared it should have been done beforehand. Signed-off-by: Michal Privoznik --- src/qemu/qemu_driver.c| 28