Dan Kenigsberg has submitted this change and it was merged. Change subject: virt: Set cloexec flag on channel sockets ......................................................................
virt: Set cloexec flag on channel sockets To counter act potential leakage of open handles, this patch is setting the CLOEXEC flag on the sockets used for the guest agent channels. It is known that this is not totally race free however it will still improve the number of file handles leaked. Change-Id: Ic4a452f7837267434bc836fced4c2efd92d745cf Bug-Url: https://bugzilla.redhat.com/1226911 Signed-off-by: Vinzenz Feenstra <[email protected]> Reviewed-on: https://gerrit.ovirt.org/42570 Reviewed-by: Francesco Romani <[email protected]> Continuous-Integration: Jenkins CI Reviewed-by: Nir Soffer <[email protected]> --- M vdsm/virt/guestagent.py 1 file changed, 10 insertions(+), 3 deletions(-) Approvals: Nir Soffer: Looks good to me, approved Jenkins CI: Passed CI tests Vinzenz Feenstra: Verified Francesco Romani: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/42570 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic4a452f7837267434bc836fced4c2efd92d745cf Gerrit-PatchSet: 18 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Gal Hammer <ghammer%[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
