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

Remove executable bit from non-executable files #22

Merged
merged 4 commits into from
Apr 27, 2020

Conversation

thomaslee
Copy link
Contributor

Howdy! Super glad to see the spin source code up on github.

While prepping 6.5.2 packages for Debian I noticed a few issues with permissions: specifically files marked executable that are not scripts or binaries (and thus attempting to run them would just yield an error). Not the end of the world, but they set off alarm bells in the Debian package linting tools.

This PR is basically just chmodding all the non-executable files 644.

@nimble-code nimble-code merged commit dc1c598 into nimble-code:master Apr 27, 2020
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