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

Fix shared directory ownership and enable w+r on it #832

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

damianavila
Copy link
Contributor

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)

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)
@damianavila
Copy link
Contributor Author

As you can see from the linked comment, I have successfully tested this on openscapes staging.
Wondering if they are not going to write themselves to top of each other... but I made that clear as a risk in my refereced comment. Do you foresee any other risk?

Copy link
Member

@yuvipanda yuvipanda left a 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

Copy link
Member

@consideRatio consideRatio left a 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!

Copy link
Member

@choldgraf choldgraf left a 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 🙏

@damianavila
Copy link
Contributor Author

The openscapes folks re-confirmed they want the writable shared space so going to merge this one now.
Thanks all for the review on Sunday time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants