onetouch-ssh icon indicating copy to clipboard operation
onetouch-ssh copied to clipboard

Bug: Log files are created and owned by single user

Open kolargol opened this issue 7 years ago • 0 comments

Hi,

onetouch-ssh creates /tmp/onetouch.log that is owned by currently running user, making it impossible to run by any other user in the system. Here is proposed patch for this:

https://github.com/kolargol/onetouch-ssh/commit/32707a5f3b02101b3c7379843ae034aef191f097

It create /tmp/onetouch-ssh-UID.log that do not conflict with other users.

kolargol avatar May 29 '18 13:05 kolargol