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
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28072
Updated by Thomas Luzat over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 023d35ec53e23bef0e77f07bfc2e0cd7f5386ec4.
Actions