Re: [libvirt] [PATCH v3 24/28] security_dac: Pass virSecurityManagerPtr to virSecurityDACRestoreFileLabelInternal

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 | 43 ++- > 1 file changed, 18 insertions

[libvirt] [PATCH v3 24/28] security_dac: Pass virSecurityManagerPtr to virSecurityDACRestoreFileLabelInternal

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 | 43 ++- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/src/security/security_dac.c b/