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

The safety of fat-store directory using git-fat #63

Open
pengyu opened this issue Apr 15, 2015 · 5 comments
Open

The safety of fat-store directory using git-fat #63

pengyu opened this issue Apr 15, 2015 · 5 comments

Comments

@pengyu
Copy link

pengyu commented Apr 15, 2015

How secure is it to use git-fat with other people to manage the repository. In particular, it seems that everybody should have write access to the some fat-store directory. So anyone is able to delete something from fat-store? Is there something like pull request that allows each person has it own fat-store directory, yet allow pulling changes from others' fat-store directories?

@jedbrown
Copy link
Owner

This is a filesystem issue, not a git-fat issue. (From a security perspective, it doesn't matter whether git-fat has an interface, it matters whether the underlying protocol and permissions system supports that operation.) If you would like to prevent other people from deleting your files, you can set the sticky bit. I don't want git-fat to need a custom server (too complicated and more surface area to secure).

@pengyu
Copy link
Author

pengyu commented Apr 15, 2015

Would it be better to somehow allow something like pull request so that each one has its own fat-store repository? If everyone relies on a central fat-store repository, this sounds like not consistent with git's decentralization philosophy. Since git-fat is closely related with git, it is better to make it consistent with git in this aspect.

@jedbrown
Copy link
Owner

This is a separate issue and the reason I want git-fat to have named remotes. We have discussed it a few times.

@pengyu
Copy link
Author

pengyu commented Apr 16, 2015

OK. When do you think the named remote feature will be added?

@jedbrown
Copy link
Owner

jedbrown commented Apr 16, 2015 via email

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

2 participants