Open
Bug 1009718
Opened 11 years ago
Updated 3 years ago
umask ignored for session files
Categories
(Firefox :: File Handling, defect)
Tracking
()
REOPENED
People
(Reporter: pkdo, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140428193813
Steps to reproduce:
set umask to 027 in ~/.profile
restart
chmod 640 to all files in ~/.mozilla/firefox/xxx.default
all file permissions are -rw-r-----
start firefox
Actual results:
firefox creates ~/.mozilla/firefox/xxx.default/sessionCheckpoints.json and ~/.mozilla/firefox/xxx.default/sessionstore.js with permissions -rw-------
Expected results:
firefox creates ~/.mozilla/firefox/xxx.default/sessionCheckpoints.json and ~/.mozilla/firefox/xxx.default/sessionstore.js with permissions -rw-r-----
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
I don't think this is a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=120679. That bug is about files saved by Firefox, not files in Firefox's profile. Would it be possible to unmark this as a duplicate? (I can confirm that the behavior still occurs in Iceweasel 41.0.)
![]() |
||
Comment 3•10 years ago
|
||
This is not a duplicate, indeed.
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: DUPLICATE → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•