Re: [libvirt] [PATCHv1.5 5/8] security: DAC: Plumb usage of chown callback

2014-07-24 Thread Peter Krempa
On 07/22/14 17:59, John Ferlan wrote: > > > On 07/22/2014 05:20 AM, Peter Krempa wrote: >> Use the callback to set disk and storage image labels by modifying the >> existing functions and adding wrappers to avoid refactoring a lot of the >> code. >> --- >> src/security/security_dac.c | 89 >> ++

Re: [libvirt] [PATCHv1.5 5/8] security: DAC: Plumb usage of chown callback

2014-07-22 Thread John Ferlan
On 07/22/2014 05:20 AM, Peter Krempa wrote: > Use the callback to set disk and storage image labels by modifying the > existing functions and adding wrappers to avoid refactoring a lot of the > code. > --- > src/security/security_dac.c | 89 > +++-- > 1 f

[libvirt] [PATCHv1.5 5/8] security: DAC: Plumb usage of chown callback

2014-07-22 Thread Peter Krempa
Use the callback to set disk and storage image labels by modifying the existing functions and adding wrappers to avoid refactoring a lot of the code. --- src/security/security_dac.c | 89 +++-- 1 file changed, 69 insertions(+), 20 deletions(-) diff --git a/