From: Jérémie Galarneau Date: Wed, 12 Dec 2018 03:27:20 +0000 (-0500) Subject: Fix: set client socket permissions after launch of client thread X-Git-Tag: v2.12.0-rc1~689 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=308df7bb0aad1ee6273c99480445a2d4af81e47a;hp=308df7bb0aad1ee6273c99480445a2d4af81e47a Fix: set client socket permissions after launch of client thread The client thread is now the owner of the client socket. As the client socket is now created by the client thread, the socket's permissions must be set after the launch of the client thread. Signed-off-by: Jérémie Galarneau ---