Bug #53298
Installer - file and folder permissions detection
Status: | Closed | Start date: | 2013-11-04 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.4 | Sprint Focus: | ||
Complexity: |
Description
I´ve setup the new 6.2 beta on a debian squeeze with php 5.4.20.
The installtool generates typo3temp folder with permissions like drwxrws but my system relies on suPHP and needs 644 / 755 drwxr-sr-x settings. I could imagine that this can also be true on several other systems.
I think it would make sense to have the ability to change this behavior in initial-installtool or it should determine the rights handling on it´s own or at least give advice to change [BE][fileCreateMask] and [BE][folderCreateMask].
Cheers
David
Related issues
History
#1 Updated by Ernesto Baschny over 1 year ago
- Status changed from New to Closed
- Target version set to 6.2.0
This was fixed in #52668. New defaults are 0664 and 2775.