-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong default permissions after composer install #13048
Comments
@dooblem, thank you for your report. |
@dooblem, thank you for your report. |
Hi @engcom-Alfa. Thank you for working on this issue.
|
Thanks for opening this issue! |
1 similar comment
Thanks for opening this issue! |
@engcom-Alfa Thank you for verifying the issue. Unfortunately, not enough information was provided to acknowledge ticket. Please consider adding the following:
Once all required information is added, please add label |
✅ Confirmed by @engcom-Alfa Issue Available: @engcom-Alfa, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @engcom-Alfa. Thank you for working on this issue.
|
Hi @engcom-Delta. Thank you for working on this issue.
|
Hi @dooblem, Please find the attached screenshot for reference. |
✅ Jira issue https://jira.corp.magento.com/browse/AC-5898 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Delta. Thank you for verifying the issue. |
I believe that there is a problem with the permissions set by many modules.
I checked some of our productions platform this morning and they all have this permission problem.
And setting the permissions with the find command as documented will only fix the group permissions, not the permissions for other users.
Preconditions
Steps to reproduce
$ umask
0002
$ umask 0002
Expected result
find -perm -o+w -not -type l
Actual result
45415
Sample file with wrong permissions:
-rw-rw-rw- 1 x2i www-data 1370 Feb 4 10:28 vendor/magento/magento2-base/index.php
Sample file with good permissions:
-rw-r--r-- 1 x2i www-data 2378 Feb 4 2020 .vendor/magento/zendframework1/library/Zend/Date/DateObject.php
The text was updated successfully, but these errors were encountered: