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

check prefs file perms on windows #6695

Closed
scottdraves opened this issue Jan 22, 2018 · 1 comment
Closed

check prefs file perms on windows #6695

scottdraves opened this issue Jan 22, 2018 · 1 comment

Comments

@scottdraves
Copy link
Contributor

https://github.com/twosigma/beakerx/blob/master/beakerx/beakerx/install.py#L134

with fdopen(osopen(EnvironmentSettings.config_path, O_RDWR | O_CREAT | O_TRUNC, 0o600), 'w+') as file:

we need to check if these actually work on windows.
i am pretty sure chmod is just ignored.
not sure about the os.open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants