Skip to content
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

generation of autoload.php file should respect umask value #98

Open
dbjpanda opened this issue Nov 25, 2018 · 0 comments
Open

generation of autoload.php file should respect umask value #98

dbjpanda opened this issue Nov 25, 2018 · 0 comments

Comments

@dbjpanda
Copy link

dbjpanda commented 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

@dbjpanda 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant