-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
Failed to open master .. masterseed.json.. has insecure file permissions #20123
Comments
can't you give read permissions to just the user on windows? |
You can adjust the permissions using the "windows" way, however the linux way to query the access rights gives different results. I've tried setting the access rights in multiple ways, but clef wasn't happy with any of them. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
this issue still exists in the latest version of clef. has anyone been able to set permissions correctly? |
If you're on Windows this PR is suppose to fix the issue, but if you're on Unix/Linux the permission is 0400 so you can run ~$ chmod 400 /home/user/.clef/masterseed.json then verify the permissions are correct: ~$ ls -al /home/user/.clef/masterseed.json
-r-------- 1 user user 868 Jan 26 22:58 masterseed.json worth noting that permissions for the |
System information
Expected behaviour
Clef can use masterseed.json on windows
Actual behaviour
When starting clef.exe on windows the following error is shown:
When masterseed.json is made read only, the message changes to:
However there is no way to get to the required security of the file, even changing or deleting all the windows rights doesn't help.
Steps to reproduce the behaviour
On windows: do clef init and then start clef
The text was updated successfully, but these errors were encountered: