See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
FS#858 - Bad filesystem permissions of config.xml and history.
Attached to Project:
Psi Jabber Client
Opened by VItaly "_Vi" Shukela (_Vi) - Saturday, 28 June 2008, 10:46 GMT-5
Opened by VItaly "_Vi" Shukela (_Vi) - Saturday, 28 June 2008, 10:46 GMT-5
|
DetailsPsi stores sensitive files (chat history, config.xml with passwords) with inappropopriate permissions:
-rw-r--r-- 1 vi vi 17704 2008-06-28 15:08 /home/vi/.psi/profiles/default/config.xml xchat or licq stores them with -rw-------, which I should is correct. I think permission bits should be set explicitly when storing such files to disallow access from group and others. |
It changes permissions for directory history, history files and all configuration files to rw------- (rwx------ for directories), ignoring umask.