Skip to content

Remove executable status from queue config. #3246

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

Merged
merged 1 commit into from
Feb 23, 2015
Merged

Remove executable status from queue config. #3246

merged 1 commit into from
Feb 23, 2015

Conversation

Garbee
Copy link
Contributor

@Garbee Garbee commented Feb 5, 2015

The filemode was changed to the queue config a while back for no reason. A minor thing, but still should be consistent with every other file that doesn't need to be executed like artisan.

@GrahamCampbell
Copy link
Member

@Garbee Aren't the rest of the files in here 755 though? I brought this up a year ago, and Taylor seemed to want them all to be 755.

@Garbee
Copy link
Contributor Author

Garbee commented Feb 5, 2015

7 anywhere gives executable status which isn't needed. And the rest of the files are 644 so this is in alignment with every other config file.

Let me go dig around and see if I can find an old issue about this.

@Garbee
Copy link
Contributor Author

Garbee commented Feb 5, 2015

Oh issues are entirely gone... forgot about that. The only other thing I see about this is another PR doing the same thing about 20 days ago in which you said they are all 755 which isn't true at all. Files should be 644 as a good default and folders 755.

@GrahamCampbell
Copy link
Member

they are all 755 which isn't true at all

They're all supposed to be. They've just all been accidentally changed over time.

@Garbee
Copy link
Contributor Author

Garbee commented Feb 5, 2015

All I see is this one being accidentally changed away from 644. I just asked Taylor in #laravel-dev about the permissions to see what he says since there is no record here of it afaik.

@GrahamCampbell
Copy link
Member

My personal opinion is we should use 644 for files unless we need them to be executable.

taylorotwell added a commit that referenced this pull request Feb 23, 2015
Remove executable status from queue config.
@taylorotwell taylorotwell merged commit 29059a6 into laravel:master Feb 23, 2015
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

Successfully merging this pull request may close these issues.

3 participants