Re: [libvirt] [PATCHv5 14/28] security: Introduce APIs to label single images

2014-07-08 Thread Eric Blake
On 07/04/2014 05:29 AM, Peter Krempa wrote: > Add security driver functions to label separate storage images using the > virStorageSource definition. This will help to avoid the need to do ugly > changes to the disk struct and use the source directly. > --- > src/libvirt_private.syms| 2 +

[libvirt] [PATCHv5 14/28] security: Introduce APIs to label single images

2014-07-04 Thread Peter Krempa
Add security driver functions to label separate storage images using the virStorageSource definition. This will help to avoid the need to do ugly changes to the disk struct and use the source directly. --- src/libvirt_private.syms| 2 ++ src/security/security_driver.h | 10 src/