From: David Goulet Date: Wed, 16 Jul 2014 19:50:31 +0000 (-0400) Subject: Fix: validate file path creds in autoload mode X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=cf53c06d8c89926284a15f6c27d60cf31761e622;hp=cf53c06d8c89926284a15f6c27d60cf31761e622 Fix: validate file path creds in autoload mode Validate the credentials only when in auto load mode for the auto/ directory. The lttng load command now checks the session file creds and validate if it's readable before trying to do so. Thus with this, a user can load a session from the system wide directory as long as she/he has the rights to read it. Signed-off-by: David Goulet ---