-
Notifications
You must be signed in to change notification settings - Fork 64
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
Fix shared directory ownership and enable w+r on it #832
Conversation
The first piece of this commit is executing on the workaround described in [1] for the missing ownership on the _shared directory [2]. The second pieces essentially disable the ReadOnly attribute on the mounted _shared directory so it is writable by everyone (admin and users)[3]. [1] #440 [2] #810 (comment) [3] #810 (comment)
As you can see from the linked comment, I have successfully tested this on openscapes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If they want this, this looks good! Curious to see how people prevent overwriting each other's work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from what I can tell!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 since they asked for it, we should ask them how they're using this functionality, as this is a new request that we haven't tried before!
Thanks @damianavila for tackling this on a weekend 🙏
The openscapes folks re-confirmed they want the writable shared space so going to merge this one now. |
The first piece of this commit is executing on the workaround described
in [1] for the missing ownership on the _shared directory [2].
The second pieces essentially disable the ReadOnly attribute on the
mounted _shared directory so it is writable by everyone (admin and
users)[3].
[1] #440
[2] #810 (comment)
[3] #810 (comment)