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

Fix permissions of generated files #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

omar-polo
Copy link

Fixes #34 :)

0777 for everything is too permissive, so I adjusted to 0644 for files and 0744 for directories.

0777 is a bit too permissive: 0644 for files and 0744 for directories
should be enough.
rw for directories doesn't mean much, it's the x important (i.e. allows
a user to cd into it.)
@omar-polo
Copy link
Author

ops, I mean 755 for directories (now fixed.)

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.

Generated Go files are executable
1 participant