2008/4/25, Guido Günther <agx(a)sigxcpu.org>:
On Thu, Apr 24, 2008 at 07:20:45PM +0400, Anton Protopopov wrote:
> 1) If libvirtd is running as root, main() will try to change the group
> ownership of /var/run/libvirt to one specified by unix_sock_gid.
> 2) Default permissions on /var/run/libvirt are now 0750
How does this match with the default permissions of the read only
socket?
unix_sock_ro_perms = "0777"
Yes, you are right. That doesn't match...
Shouldnt the /var/run/libvirt stay 0755?
Yes, it should.
-- Guido
New patch is attached
A.