]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: properly label outgoing pipe for tunneled migration
authorEric Blake <eblake@redhat.com>
Mon, 29 Aug 2011 23:31:42 +0000 (17:31 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 30 Aug 2011 15:15:26 +0000 (09:15 -0600)
commite6b8bc812af254f2ec6321b3cb7e9210b519deb0
tree70bf4d11e1618b63d2e2fc5ea9a4402eb3f383fe
parentbae460fc56f52b32b01de4cd67ddf5fce1e18416
qemu: properly label outgoing pipe for tunneled migration

Commit 3261761 made it possible to use pipes instead of sockets
for outgoing tunneled migration; however, it caused a regression
because the pipe was never given a SELinux label.

* src/qemu/qemu_migration.c (doTunnelMigrate): Label outgoing pipe.
src/qemu/qemu_migration.c