[libvirt] [PATCH 2/2] Make sure the rundir is accessible by the user

2011-03-09 Thread Guido Günther
otherwise the user might not have enough permissions to access the socket if roots umask is 077. http://bugs.debian.org/614210 --- daemon/libvirtd.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c index 610e7fd..a968e05 100644 ---

Re: [libvirt] [PATCH 2/2] Make sure the rundir is accessible by the user

2011-03-09 Thread Guido Günther
On Wed, Mar 09, 2011 at 09:20:50AM +0100, Guido Günther wrote: otherwise the user might not have enough permissions to access the socket if roots umask is 077. This version of the patch fixes the dependency on a sane umask without introducing a new function. O.k. to apply? Cheers, -- Guido From

Re: [libvirt] [PATCH 2/2] Make sure the rundir is accessible by the user

2011-03-09 Thread Guido Günther
On Wed, Mar 09, 2011 at 02:16:47PM +, Daniel P. Berrange wrote: On Wed, Mar 09, 2011 at 02:19:18PM +0100, Guido Günther wrote: On Wed, Mar 09, 2011 at 09:20:50AM +0100, Guido Günther wrote: otherwise the user might not have enough permissions to access the socket if roots umask is