[libvirt] [PATCH 0/4] Fix image labeling when saving a guest

Peter Krempa pkrempa at redhat.com
Wed Jun 26 13:01:46 UTC 2013


This series cleans up a few places related to selinux labels and
fixes issues with selinux when saving a machine with static selinux
label and relabeling turned off.

Peter Krempa (4):
  qemu: Improve info message and remove a variable in
    qemuDomainManagedSave
  conf: refactor virSecurityLabelDefParseXML
  security: Introduce method for labeling file descriptors of created
    files
  qemu: Always label newly created file on migration (save/managedsave)

 src/conf/domain_conf.c          | 72 ++++++++++++++++++-----------------------
 src/libvirt_private.syms        |  1 +
 src/qemu/qemu_driver.c          |  7 ++--
 src/qemu/qemu_migration.c       |  4 +--
 src/security/security_dac.c     |  9 ++++++
 src/security/security_driver.h  |  4 +++
 src/security/security_manager.c | 16 +++++++++
 src/security/security_manager.h |  3 ++
 src/security/security_nop.c     |  1 +
 src/security/security_selinux.c | 21 ++++++++++++
 src/security/security_stack.c   | 19 +++++++++++
 11 files changed, 111 insertions(+), 46 deletions(-)

-- 
1.8.2.1




More information about the libvir-list mailing list