Re: [libvirt] [PATCH 06/12] security: selinux: Take parent security label into account

2017-10-26 Thread John Ferlan
On 10/20/2017 09:47 AM, Peter Krempa wrote: > Until now we ignored user-provided backing chains and while detecting > the code inherited labels of the parent device. With user provided > chains we should keep this functionality, so label of the parent image > in the backing chain will be applied

[libvirt] [PATCH 06/12] security: selinux: Take parent security label into account

2017-10-20 Thread Peter Krempa
Until now we ignored user-provided backing chains and while detecting the code inherited labels of the parent device. With user provided chains we should keep this functionality, so label of the parent image in the backing chain will be applied if an image-specific label is not present. --- src/se