Closed
Bug 959540
Opened 11 years ago
Closed 11 years ago
firefox doesn't honour umask when saving files
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 120679
People
(Reporter: devel, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140113030203
Steps to reproduce:
0. Start firefox with umask set to 022
1. Download sample csv file from e.g. IBM: http://pic.dhe.ibm.com/infocenter/tivihelp/v41r1/topic/com.ibm.ismsaas.doc/reference/AssetsImportCompleteSample.csv
2. Check file permissions
Actual results:
-rw------- 1 freundt users 3245 2014-01-14T11:39:28 AssetsImportCompleteSample.csv
Expected results:
-rw-r--r-- 1 freundt users 3245 2014-01-14T11:39:28 AssetsImportCompleteSample.csv
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•11 years ago
|
||
I was actually referring to bug 919076 which is marked as verified fixed but Monica Chew asked me to file another bug report for 29.0a1
Comment 3•11 years ago
|
||
(In reply to Sebastian Freundt from comment #2)
> I was actually referring to bug 919076 which is marked as verified fixed but
> Monica Chew asked me to file another bug report for 29.0a1
Sebastian, thanks for filing. I should have mentioned to also cc me on the bug, or mention the new bug in the original bug, so that it didn't get lost.
You need to log in
before you can comment on or make changes to this bug.
Description
•