-
Notifications
You must be signed in to change notification settings - Fork 44
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
Set the SUID bit of the mount.davfs binary #7
Comments
I ran into the same problem as the user in #2:
When I ran the chmod command you suggested above, I advanced to a second problem:
Probably because I failed to add me to the group during the setup phase because it didn't have root privileges then either:
|
Actually, it looks like it did manage to add me to the group:
So, don't know why it's still claiming I'm not in it... |
I hit the same issue. Try logging out and back in. On Wed, Sep 24, 2014 at 10:52 AM, Ofer Nave [email protected]
David Jacoby [email protected] |
Same here... |
OK, found out that I had to login again |
While running
box-sync setup
we should set SUID bit to mount.davfs allowing regular usage ofbox-sync
without requiring root privileges:This change should fix #2
The text was updated successfully, but these errors were encountered: