]> xenbits.xensource.com Git - libvirt.git/commit
Move user libvirtd socket out of abstract namespace
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 3 May 2012 12:40:32 +0000 (13:40 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 15 May 2012 15:29:55 +0000 (16:29 +0100)
commit905be03d20ef4d20c6356eeb5231718aae18debb
tree2c188744eabb9f20c98d8f2bc63ff2cb310fec32
parent2adda523ea06146e99c133d4aba810bec4b61a94
Move user libvirtd socket out of abstract namespace

The current unprivileged user libvirtd sockets are in the abstract
namespace. This has a number of problems

 - You can't connect to them remotely using the nc/ssh tunnel
 - This is not portable for OS-X, BSD & probably others
 - Parent directory permissions don't apply
daemon/libvirtd.c
src/remote/remote_driver.c