FuseFS for ruby​​ 给了我错误的 gid 和 uid

发布于 2024-11-16 20:19:56 字数 174 浏览 2 评论 0原文

我正在使用 FuseFS ruby​​ gem 在 ruby​​ 1.8 中创建自定义文件系统。唯一的问题是,当我使用自定义文件系统类的 write_to 方法时,FuseFS.uid 方法只给我 0,而它应该返回访问用户的有效 uid。在其他方法中,它工作正常并返回例如 4832(用户 ID)。为什么会这样?我该如何改变这种行为?

I am using the FuseFS ruby gem to create a custom filesystem in ruby 1.8. the only problem is, that while I am in the write_to method of my custom filesystem class the FuseFS.uid method only gives me 0 while it should return the valid uid of the accessing user. In other methods it works fine and returns for example 4832 (the user id). Why is that so and how can I change this behavior?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文