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

Modify Permissions for Directory creation #199

Merged
merged 4 commits into from
Sep 3, 2022

Conversation

Echelon101
Copy link
Contributor

Hello everyone,

I've tried running regolith on linux as I am currently trying to get a development workflow to work on linux.
regolith is unfortunately unable to create folders within folders as the permissions 0666 don't allow anyone to create folders in the freshly created folder. To mitigate that I've modified the permission set to be 0755 (rwx r-x r-x) as this is the default permission for new created folders on Manjaro Linux.

.gitignore was modified to exclude my build folder bin/.

Best regards
Timo

@Echelon101
Copy link
Contributor Author

Looked for all occurences of os.MkdirAll() and set the permissions from 0666 to 0755.

The change should not have an impact on Windows Systems.

@Nusiq Nusiq merged commit a0de4fc into Bedrock-OSS:main Sep 3, 2022
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