]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
security: Rename virSecurityManagerSetImageLabel to *Disk*
authorPeter Krempa <pkrempa@redhat.com>
Wed, 18 Jun 2014 12:46:27 +0000 (14:46 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Jun 2014 07:27:19 +0000 (09:27 +0200)
commitc8e422051585af1f3797dd9534508cb77f388bc9
treef27009c0a052cd89b7d30b0a777a6ee079dcd362
parent7c6dae0418119280d8a5926a5dfca348d247e8af
security: Rename virSecurityManagerSetImageLabel to *Disk*

I'm going to add functions that will deal with individual image files
rather than whole disks. Rename the security function to make room for
the new one.
13 files changed:
src/libvirt_private.syms
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_driver.h
src/security/security_manager.c
src/security/security_manager.h
src/security/security_nop.c
src/security/security_selinux.c
src/security/security_stack.c