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

Consider setting permissions when writing files on shared drive #10

Open
dragly opened this issue Mar 10, 2017 · 1 comment
Open

Consider setting permissions when writing files on shared drive #10

dragly opened this issue Mar 10, 2017 · 1 comment
Assignees
Milestone

Comments

@dragly
Copy link
Member

dragly commented Mar 10, 2017

This is system-dependent, but on Norstore the folders are automatically not writable by group members after creation. This is an issue that should be addressed on Norstore, but could also be part of expipe.

  1. This can be fixed by automatically changing permissions on folders in expipe. This might be unexpected, and should be done with caution. Another option is to put a config file in the root data folder which tells expipe to enable this feature.

  2. Alternatively, all users must add the following to their .bashrc config files:

umask g+w

If the second option is chosen, we could include a warning prompting the user that they should update their .bashrc if they haven't already.

@dragly dragly added the bug label Mar 10, 2017
@dragly dragly self-assigned this Mar 10, 2017
@miladh miladh added enhancement and removed bug labels Feb 5, 2018
@miladh miladh added this to the Future milestone Feb 5, 2018
@lepmik
Copy link
Member

lepmik commented Nov 22, 2018

Will this still be a problem when using the filesystem and git LFS? @dragly

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

3 participants