From: Mathieu Desnoyers Date: Fri, 28 Feb 2014 13:33:49 +0000 (-0500) Subject: Fix: relayd should listen for viewers on localhost only by default X-Git-Tag: v2.5.0-rc1~137 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=fa91dc52d62347d1c1ce56e995525f2c57adfc13;hp=fa91dc52d62347d1c1ce56e995525f2c57adfc13;p=lttng-tools.git Fix: relayd should listen for viewers on localhost only by default Having relayd listening by default on 0.0.0.0 (all interfaces) with a protocol without authentication is an information leak waiting to happen. Users should explicitely specify if they want to listen on all interfaces, using e.g. -L tcp://0.0.0.0:5344 (see lttng-relayd(8) manpage for details). They should only do so if they use a firewall, or are within a secured network. Fixes #746 Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet ---