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

Root has ownership of ipfs mount directories #967

Closed
dylanPowers opened this issue Mar 26, 2015 · 3 comments
Closed

Root has ownership of ipfs mount directories #967

dylanPowers opened this issue Mar 26, 2015 · 3 comments
Labels
exp/novice Someone with a little familiarity can pick up topic/fuse Topic fuse

Comments

@dylanPowers
Copy link
Member

Run ls on /ipns for instance and you'll find the owner is root. I would expect the owner to match the user of the running ipfs daemon

@dylanPowers dylanPowers changed the title Root ownership of ipfs mount directories Root has ownership of ipfs mount directories Mar 26, 2015
@jbenet
Copy link
Member

jbenet commented Mar 27, 2015

you should be able to change this. i usually mkdir them myself and chgrp/chown them to the right users.

@whyrusleeping
Copy link
Member

should be an easy fix, just need to change the Attr function

@whyrusleeping
Copy link
Member

fixed as of #988

@jbenet jbenet mentioned this issue Mar 31, 2015
52 tasks
@RichardLitt RichardLitt added the exp/novice Someone with a little familiarity can pick up label Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/novice Someone with a little familiarity can pick up topic/fuse Topic fuse
Projects
None yet
Development

No branches or pull requests

4 participants