• D
    Rename virSecurityManagerSetFDLabel method · 4438c63e
    Daniel P. Berrange 提交于
    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/
    4438c63e
qemu_process.c 92.2 KB