Hi Ludovic, Ludovic Drolez schrieb: > I cannot reproduce your bug. With my settings kphonerc is created with 664 > rights, since my umask is set to 002. > > I think that you have your umask set to 000. Which value returns 'umask ?'
[EMAIL PROTECTED]:~$ umask 0022 [EMAIL PROTECTED]:~$ ls -l .qt/kphonerc -rw-r--r-- 1 test test 130 2006-02-04 09:57 .qt/kphonerc [EMAIL PROTECTED]:~$ But that is the problem: kphonerc is world-_readable_ and it contains the username and password in clear text. Umask value should not be applied in this case, the permissions on kphonerc should always be 0600 since this file contains sensitive data. Regards, Sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]