commit | 6ffacc5d3ddf2e3227aae2a8cc5c15627265f727 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Tue Jan 08 19:26:25 2013 -0200 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Mon Jan 14 12:00:20 2013 -0600 |
tree | be9ce2b84974ea9dc8aa3d38b78fd0ae5d506b33 | |
parent | a507db9599599ce33007b524276a6ea88e521662 [diff] |
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>