Re: [libvirt] [PATCH 0/3] Fix bugs in DAC security driver preventing guest start

2012-08-28 Thread Peter Krempa
On 08/28/12 19:24, Eric Blake wrote: On 08/28/2012 09:51 AM, Peter Krempa wrote: When using the DAC security driver with security_default_confined = 0 the daemon segfaulted. After fixing that problem guests could not be started because the driver had a logic bug that used uninitialized values w

Re: [libvirt] [PATCH 0/3] Fix bugs in DAC security driver preventing guest start

2012-08-28 Thread Eric Blake
On 08/28/2012 09:51 AM, Peter Krempa wrote: > > When using the DAC security driver with security_default_confined = 0 > the daemon segfaulted. After fixing that problem guests could not be started > because the driver had a logic bug that used uninitialized values while > setting hypervisor uid an

[libvirt] [PATCH 0/3] Fix bugs in DAC security driver preventing guest start

2012-08-28 Thread Peter Krempa
When using the DAC security driver with security_default_confined = 0 the daemon segfaulted. After fixing that problem guests could not be started because the driver had a logic bug that used uninitialized values while setting hypervisor uid and gid. This is probably a regression and I would like