]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Properly label FDs when restoring domain with static label
authorShivaprasad G Bhat <shivaprasadbhat@gmail.com>
Wed, 11 Jun 2014 13:48:34 +0000 (09:48 -0400)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 11 Jun 2014 14:33:51 +0000 (16:33 +0200)
commitedc80e23442526bb24d35e46ace2d9632803815f
treeb01384e88086ca818d98a8d962b629b9fce6b804
parent775bb9b15f0a60d265e442b45fa837c864cf2db6
qemu: Properly label FDs when restoring domain with static label

When saving domain with relabel=no, the file that gets created must have the
context set anyway.  That way restore can be successful without the need of
relabelling the file.

Signed-off-by: Shivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
src/qemu/qemu_driver.c