Linux CVS 访问控制
对 Linux 服务器上托管的 CVS 存储库实施访问控制的最佳方法是什么? 目的是防止开发人员意外删除模块。 开发人员应该能够执行所有其他 CVS 活动。
What is the best approach to implement access control on CVS repositories hosted on a Linux server? The goal is to prevent accidental deletion of modules by developers. The developers should be able to do all other CVS activities.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 SSH 访问:如何 cvs-ssh ,其他方法
它也看起来像你试图给他们一个外壳? 并访问 CVS 存储库文件系统? 如果是,那就没有必要了。 他们不需要访问存储库文件系统来执行所有标准 CVS 活动。
Use SSH access: howto cvs-ssh, other howto
It also looks like you're trying to give them a shell? And access to a CVS repository filesystem? If yes, then it isn't necessary. They do not need access to repo filesystem to do all standard CVS activities.
CVSACL 是 CVS 的补丁。 它向 cvs 添加了两个新的子命令(acl 和 racl),用于访问控制列表管理。
http://cvsacl.sourceforge.net/
CVSACL is a patch for CVS. It adds two new subcommands (acl & racl) to cvs for access control list management.
http://cvsacl.sourceforge.net/
罗山? 不,但说真的,如果你阻止模块删除,仍然没有什么可以阻止他们删除模块的内容,所以我不太明白这个问题。 他们应该能够准确地做什么?
mount ro? No but seriously, if you prevent module deletion, there is still nothing preventing them from deleting the content of the module, so I don't really understand the question. What should they be able to do precisely?