]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Rename virSecurityManagerSetFDLabel method
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Jun 2011 13:43:43 +0000 (14:43 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 28 Jun 2011 15:39:22 +0000 (16:39 +0100)
commit4438c63e71c2edffe5ff1fef3c85c23d7aa32ecc
treeae5b2852a7411bac72f6d7b01bcffec6db9c7d10
parentf0739fc5793bdd0a93e03087ab318d94fb2262b9
Rename virSecurityManagerSetFDLabel method

The virSecurityManagerSetFDLabel method is used to label
file descriptors associated with disk images. There will
shortly be a need to label other file descriptors in a
different way. So the current name is ambiguous. Rename
the method to virSecurityManagerSetImageFDLabel to clarify
its purpose

* src/libvirt_private.syms,
  src/qemu/qemu_migration.c, src/qemu/qemu_process.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_selinux.c,
  src/security/security_stack.c: s/FDLabel/ImageFDLabel/
src/libvirt_private.syms
src/qemu/qemu_migration.c
src/qemu/qemu_process.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_selinux.c
src/security/security_stack.c