Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 87ad6eb

Browse files
committed
Removed cache backend option which explicitly set file permissions
- Removed hashed_directory_umask option because it caused Cm_Cache_Backend_File class to explicitly set permissions using chmod, ignoring umask and setgid bit. - Zend_Cache_Backend_File class has deprecated and removed hashed_directory_umask option from Zend Framework v1.12+ - Magento Framework does not explicitly set file & directory permissions as of v2.0.6+
1 parent 160e368 commit 87ad6eb

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/Magento/Framework/App/Cache/Frontend

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/App/Cache/Frontend/Factory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class Factory
7171
*/
7272
protected $_backendOptions = [
7373
'hashed_directory_level' => 1,
74-
'hashed_directory_umask' => 0777,
7574
'file_name_prefix' => 'mage',
7675
];
7776

0 commit comments

Comments
 (0)