Re: [libvirt] [PATCH 20/30] security: dac: Drop !parent handling in SetImageLabelInternal

2019-10-10 Thread Daniel Henrique Barboza
On 10/7/19 6:49 PM, Cole Robinson wrote: The only caller always passes in a non-null parent Signed-off-by: Cole Robinson --- Reviewed-by: Daniel Henrique Barboza src/security/security_dac.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[libvirt] [PATCH 20/30] security: dac: Drop !parent handling in SetImageLabelInternal

2019-10-07 Thread Cole Robinson
The only caller always passes in a non-null parent Signed-off-by: Cole Robinson --- src/security/security_dac.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/security/security_dac.c b/src/security/security_dac.c index 4b4afef18a..bcc781213e 100644 ---