Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Hotfix: set correct permission on cache file #91

Merged
merged 1 commit into from
Oct 28, 2019
Merged

Hotfix: set correct permission on cache file #91

merged 1 commit into from
Oct 28, 2019

Conversation

michalbundyra
Copy link
Member

tempnam creates file with 0600 permission and it can cause issue
on some environments when different user is generating the cache file
and then different user try to get access to it.

Resolve #90

tempnam creates file with 0600 permission and it can cause issue
on some environments when different user is generating the cache file
and then different user try to get access to it.

Resolve #90
@svycka
Copy link
Contributor

svycka commented Oct 28, 2019

@webimpress tested and seems like this fix works for me

@svycka
Copy link
Contributor

svycka commented Oct 28, 2019

Maybe someone could merge and release this? it is a big bug at least for me

michalbundyra added a commit that referenced this pull request Oct 28, 2019
Hotfix: set correct permission on cache file
michalbundyra added a commit that referenced this pull request Oct 28, 2019
michalbundyra added a commit that referenced this pull request Oct 28, 2019
@michalbundyra michalbundyra merged commit 4457c37 into zendframework:master Oct 28, 2019
michalbundyra added a commit that referenced this pull request Oct 28, 2019
@michalbundyra michalbundyra deleted the hotfix/permission-tmp-file branch October 28, 2019 13:33
@michalbundyra
Copy link
Member Author

@svycka 2.8.4 released

@svycka
Copy link
Contributor

svycka commented Oct 28, 2019

@webimpress thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Permission denied error when reading cached config
2 participants