On 7/9/19 4:24 PM, Marc-André Lureau wrote:
On Tue, Jul 9, 2019 at 9:24 PM Stefan Berger
<stefanb(a)linux.vnet.ibm.com> wrote:
> Move qemuTPMEmulatorInit to virTPMEmulatorInit in virtpm.c and introduce
> a few functions to query the executables needed for virCommands.
>
> Signed-off-by: Stefan Berger <stefanb(a)linux.ibm.com>
Couldn't there be a TOCTOU issue?
It's not atomic and we cannot prevent modifications to the filesystem,
if that's what you mean.
Anyway, for the move:
Reviewed-by: Marc-André Lureau <marcandre.lureau(a)redhat.com>
Thanks. Stefan