Re: [libvirt] [PATCH v3 23/28] security_dac: Pass virSecurityManagerPtr to virSecurityDACSetOwnership

2018-08-31 Thread John Ferlan
On 08/27/2018 04:08 AM, Michal Privoznik wrote: > This function is going call security manager APIs and therefore > it needs pointer to it. > > Signed-off-by: Michal Privoznik > --- > src/security/security_dac.c | 37 +++-- > 1 file changed, 19 insertions(+),

[libvirt] [PATCH v3 23/28] security_dac: Pass virSecurityManagerPtr to virSecurityDACSetOwnership

2018-08-27 Thread Michal Privoznik
This function is going call security manager APIs and therefore it needs pointer to it. Signed-off-by: Michal Privoznik --- src/security/security_dac.c | 37 +++-- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/security/security_dac.c