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 while
> setting hypervisor uid and gid.
>
> This is probably a regression and I would like to hear your opinion if it's
> worth to push before the release tomorrow.
>
> Peter Krempa (3):
> util: Fix error message when getpwuid_r fails to find the user
> security_dac: Avoid segfault when no label is requested
> security_dac: Don't return uninitialised value when parsing seclabels
ACK series, with a nit in 2/3. Definitely worth including all 3 before
0.10.0.
I fixed 2/3 and pushed the series. Thanks for the review.
Peter