Actions
Bug #73118
closedfileCreateMask does not affect system cache files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2016-02-04
Due date:
% Done:
0%
Estimated time:
1.00 h
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
fileCreateMask does not affect files created using SimpleFileBackend.
Reason is that PHP's rename() method modifys file permissions.
For example, with a fileCreateMask of 0660, files in typo3temp/Cache/Code/cache_core can not be removed by users in apache's group.
Actions