Re: [libvirt] [PATCH] Move user libvirtd socket out of abstract namespace

2012-05-14 Thread Eric Blake
On 05/14/2012 08:18 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > 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 o

[libvirt] [PATCH] Move user libvirtd socket out of abstract namespace

2012-05-14 Thread Daniel P. Berrange
From: "Daniel P. Berrange" 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 - Parent directory permissions don't apply --- daemon/libvirtd.c