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

Published gem files only have owner permissions eg. 0600 should be 0644 #322

Closed
armstrjare opened this issue Oct 11, 2024 · 4 comments
Closed

Comments

@armstrjare
Copy link

Files only have owner permissions. This can cause errors on deployment, where running processes may be under a different user/group.

tar -xf xero-ruby-4.3.1.gem
tar -tvf data.tar.gz                                                                                                                                                      ─╯
-rwx------  0 wheel  wheel   21424 23 Jun  2023 README.md
-rwx------  0 wheel  wheel   29233 23 Jun  2023 lib/xero-ruby.rb
-rwx------  0 wheel  wheel  967302 23 Jun  2023 lib/xero-ruby/api/accounting_api.rb
...
Copy link

PETOSS-644

Copy link

Thanks for raising an issue, a ticket has been created to track your request

@armstrjare
Copy link
Author

Seems related to #264

@armstrjare
Copy link
Author

Reading the other issues, I'm guessing I need to update the gem to resolve this

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