search for: 81cdead

Displaying 1 result from an estimated 1 matches for "81cdead".

Did you mean: 1dead
2017 Mar 14
1
[PATCH] lib: libvirt: If root, run qemu as root.root.
...sockets, as that is no longer required. Thanks: Peter Krempa, Pino Toscano, Dan Berrange. --- lib/launch-libvirt.c | 60 +++++++++++----------------------------------------- 1 file changed, 12 insertions(+), 48 deletions(-) diff --git a/lib/launch-libvirt.c b/lib/launch-libvirt.c index 168bba6..81cdead 100644 --- a/lib/launch-libvirt.c +++ b/lib/launch-libvirt.c @@ -523,53 +523,6 @@ launch_libvirt (guestfs_h *g, void *datav, const char *libvirt_uri) clear_socket_create_context (g); - /* libvirt, if running as root, will run the qemu process as - * qemu.qemu, which means it won't be...