Comment 22 for bug 807893

Revision history for this message
Stefan Hajnoczi (stefanha) wrote : Re: [Bug 807893] Re: qemu privilege escalation

On Thu, Jul 14, 2011 at 2:00 PM, Andrew Griffiths
<email address hidden> wrote:
> with some grepping of parent callers, looks like the cpu is probably my
> issue

The -runas processing doesn't happen until os_setup_post() right
before entering the main loop. It is too late at that point because
threads may have been spawned.

My mistake was to think -runas processing happens in os_parse_cmd_args().

Stefan