]> git.proxmox.com Git - qemu.git/commit
qemu-ga: ga_open_pidfile(): use qemu_open()
authorLuiz Capitulino <lcapitulino@redhat.com>
Tue, 8 Jan 2013 21:26:25 +0000 (19:26 -0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 14 Jan 2013 18:00:20 +0000 (12:00 -0600)
commit6ffacc5d3ddf2e3227aae2a8cc5c15627265f727
treebe9ce2b84974ea9dc8aa3d38b78fd0ae5d506b33
parenta507db9599599ce33007b524276a6ea88e521662
qemu-ga: ga_open_pidfile(): use qemu_open()

This ensures that O_CLOEXEC is passed to open(), this way the
pid file fd is not leaked to executed processes.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Amos Kong <akong@redhat.com>
Tested-by: Amos Kong <akong@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/main.c