FUSE 文件系统对 nautilus 隐藏

发布于 2024-12-11 01:36:33 字数 195 浏览 0 评论 0原文

我已经为 Linux 编写了一个 FUSE 驱动程序,当我安装它时,我会在 nautilus 侧栏中看到一个条目。我不想要这个 - 卸载按钮甚至不起作用。我想在我安装的熔断文件系统的 nautilus 侧栏中隐藏此条目。我不想将其添加到 fstab 中,因为以 root 身份运行它会打开安全漏洞。我可以在选项行或代码本身中添加任何内容以防止它在 nautilus 中显示吗?

I have written a FUSE driver for linux, and when I mount it I get an entry in the nautilus sidebar. I do not want this - the unmount button doesnt even work. I would like to hide this entry in the nautilus sidebar for my mounted fuse filesystem. I dont want to add it to the fstab because running it as root opens security holes. Is there anything I can add to the options line or the code itself to prevent it from showing in nautilus?

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

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

发布评论

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

评论(1

错爱 2024-12-18 01:36:33

我相信,如果您的挂载点位于 /media 下(FHS)。

使用 /mnt 下的挂载点应该会使 Nautilus 忽略文件系统。

I believe Nautilus will only show those sidebar entries if your mount point is under /media (the designated path for "removable media" under the FHS).

Using a mount point under /mnt should make Nautilus ignore the filesystem.

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