Linux CVS 访问控制

发布于 2024-07-19 06:31:23 字数 87 浏览 3 评论 0原文

对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

酒几许 2024-07-26 06:31:23

使用 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.

烂人 2024-07-26 06:31:23

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/

山田美奈子 2024-07-26 06:31:23

罗山? 不,但说真的,如果你阻止模块删除,仍然没有什么可以阻止他们删除模块的内容,所以我不太明白这个问题。 他们应该能够准确地做什么?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文