We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running ./install.sh creates several directories with world-writable directories.
./install.sh
This is a Bad Idea™ and potentially opens up a user to security problems.
$ find ~/microclimate-workspace ~/.microclimate -perm 0777 -ls 8609685518 0 drwxrwxrwx 6 docwhat staff 192 Aug 13 11:04 /Users/docwhat/microclimate-workspace 8609685519 0 drwxrwxrwx 4 docwhat staff 128 Aug 13 11:04 /Users/docwhat/microclimate-workspace/.config
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue! We apologize for the delay, but the Microclimate team is currently working on a solution.
Sorry, something went wrong.
No branches or pull requests
Running
./install.sh
creates several directories with world-writable directories.This is a Bad Idea™ and potentially opens up a user to security problems.
The text was updated successfully, but these errors were encountered: