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

macOS Sierra no longer has /Volumes as world writable #3

Closed
jason1365 opened this issue Feb 10, 2017 · 9 comments
Closed

macOS Sierra no longer has /Volumes as world writable #3

jason1365 opened this issue Feb 10, 2017 · 9 comments

Comments

@jason1365
Copy link

The script expects write access at the user level to /Volumes/. This is no longer the case for macOS Sierra.

https://derflounder.wordpress.com/2016/09/21/macos-sierras-volumes-folder-is-no-longer-world-writable/

@gniemetz
Copy link
Owner

oh my, this is a tricky one :(

gniemetz added a commit that referenced this issue Feb 10, 2017
@gniemetz
Copy link
Owner

tried to resolve in dev branch

@jason1365
Copy link
Author

Could we lose our data if this is set to run?
/etc/periodic/daily/110.clean-tmps

@gniemetz
Copy link
Owner

Good question, maybe it is safer to use the $HOME as the base for the mountpoints?

@gniemetz
Copy link
Owner

gniemetz commented Feb 11, 2017

In Version 0.90.4 in dev-Branch: The shares are mounted in ${LOGINHOME}/Volumes if on OS version >= 10.12.0 and not root-User, else in /Volumes

@gniemetz
Copy link
Owner

Updated master with v0.90.5

@unikitty37
Copy link

Is there a fix which will allow it to actually mount the volumes in /Volumes on Sierra? This is the reason I have tried installing it, and it's not particularly clear from the README as to whether this is supported or not…

@gniemetz
Copy link
Owner

gniemetz commented Jan 15, 2018 via email

@unikitty37
Copy link

OK, thanks — a shame Apple didn't think of this use case, but not a lot you can do…

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

No branches or pull requests

3 participants