You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my umask value set on my shell is something like umask u=rwx,g=rx,o= so that any file composer installs or creates should take -rw-r----- deploy:www-data but it seems autload.php doesn't respect it and modifies the permission from -rw-r----- to -rw-rw-rw- . Is it a knowing behaviour ?
While other files and directories perfectly respect the umask value. e.g drwxr-x--- 50 deploy www-php 1600 Nov 25 21:47 vendor
The text was updated successfully, but these errors were encountered:
dbjpanda
changed the title
generation of autoload.php file should respect umask value of the shell
generation of autoload.php file should respect umask value
Nov 25, 2018
I have my umask value set on my shell is something like
umask u=rwx,g=rx,o=
so that any file composer installs or creates should take-rw-r----- deploy:www-data
but it seems autload.php doesn't respect it and modifies the permission from-rw-r-----
to-rw-rw-rw-
. Is it a knowing behaviour ?While other files and directories perfectly respect the umask value. e.g
drwxr-x--- 50 deploy www-php 1600 Nov 25 21:47 vendor
Refer symfony/symfony#19872
The text was updated successfully, but these errors were encountered: