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

Updated access rights for files and folder #190

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

aperfilev
Copy link
Contributor

Changes:

  • applied all access rights to all files as: 'chmod 664 *' - this allows to read & write into files with no extra permissions
  • removed executable rights from source files - they are not necessary and confusing
  • applied all access rights to all folders as: 'chmod 764 */' - this allows to browse files with no extra permissions
  • added executable rights to all source folders - they allow to browse folders

@aperfilev
Copy link
Contributor Author

@gecko0307 Please review this PR. Let me know if you have any questions

@gecko0307 gecko0307 merged commit 7079de0 into gecko0307:master Mar 9, 2025
4 checks passed
@aperfilev aperfilev deleted the file_permissions branch March 12, 2025 07:05
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.

2 participants