]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
security: Introduce APIs to label single images
authorPeter Krempa <pkrempa@redhat.com>
Mon, 23 Jun 2014 14:35:34 +0000 (16:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Jul 2014 08:38:56 +0000 (10:38 +0200)
commit1797128ef607d809ce11b015e89ed55fafe07e00
tree010cd9bcb47a53eba1b996da6ac0bfedc43db305
parent68f0deb0dc7eb0dca36e16ea2227134ac3395ce1
security: Introduce APIs to label single images

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
src/security/security_driver.h
src/security/security_manager.c
src/security/security_manager.h
src/security/security_nop.c
src/security/security_stack.c