Opened 14 years ago
Closed 14 years ago
#13857 closed (duplicate)
Default umask weirdness
Reported by: | Simon Litchfield | Owned by: | rkm |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It's great that #8454 was accepted and we now have a FILE_UPLOAD_PERMISSIONS setting.
However, the default is still weird and inconsistent. Typically it's >2.5mb=0600 and <2.5mb=0644.
Either we make a clear note about this; or, better still, we fix what is arguably a bug.
Patches for both options attached.
Attachments (2)
Change History (3)
by , 14 years ago
Attachment: | default-umask.diff added |
---|
by , 14 years ago
Attachment: | default-umask-nochange.diff added |
---|
Alternatively, add a note to doc to better describe current behaviour
comment:1 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This sounds the same to me as #12670.
Note:
See TracTickets
for help on using tickets.
Standardise default umask to match system default, includes doc