Actions
Bug #56571
closedFix permissions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
A large number of files in Git are stored with execute permissions set. As far as I can tell the only files which need executable permissions are:
typo3/cli_dispatch.phpsh typo3/cleaner_check.sh typo3/cleaner_fix.sh
There is another script:
typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
This does not get executable permissions because it most likely will not be used, is only an example and it's preferable to minimize the attack surface.
Cheers
Thomas Luzat
Actions