FuseFS for ruby 给了我错误的 gid 和 uid
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论