Re: [libvirt] [PATCH 21/30] security: dac: Add is_toplevel to SetImageLabelInternal

2019-10-10 Thread Daniel Henrique Barboza
On 10/7/19 6:49 PM, Cole Robinson wrote: This will simplify future patches and make the logic easier to follow Signed-off-by: Cole Robinson --- Reviewed-by: Daniel Henrique Barboza src/security/security_dac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[libvirt] [PATCH 21/30] security: dac: Add is_toplevel to SetImageLabelInternal

2019-10-07 Thread Cole Robinson
This will simplify future patches and make the logic easier to follow Signed-off-by: Cole Robinson --- src/security/security_dac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/security/security_dac.c b/src/security/security_dac.c index bcc781213e..6d0c8a9b1c 100644