
26 Oct
2017
26 Oct
'17
2:13 p.m.
On 10/20/2017 09:47 AM, Peter Krempa wrote:
virSecuritySELinuxSetImageLabelInternal assigns different labels to backing chain members than to the parent image. This was done via the 'first' flag. Convert it to passing in pointer to the parent virStorageSource. This will allow us to use the parent virStorageSource in further changes. --- src/security/security_selinux.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John