我怎样才能使葡萄酒更安全(或防白痴)

发布于 2024-08-26 06:56:15 字数 120 浏览 9 评论 0原文

我想知道是否有可能“保护”葡萄酒;就像用户无法删除“explorer.exe”或弄乱 dll 一样。

我听说过 apparmor(我运行的是 ubuntu)和 chroot。

最好的方法是什么?

I wonder if it's ever possible to 'secure' wine; like for a user not being able to delete 'explorer.exe' or mess with the dll's.

I've heard of apparmor (i'm running ubuntu), and chroot.

What would be the best method ?

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

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

发布评论

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

评论(2

囍笑 2024-09-02 06:56:15

怎么样:将文件设置为不同的用户(chown),并将“组”和“其他”权限设置为“只读”(chmod 644)。

这样,当前用户只能读取文件,而不能修改它们。

How about this: set the files to a different user (chown), and set the "group" and "other" rights to "read only" (chmod 644).

That way, the current user can only read the files, but not modify them.

酷遇一生 2024-09-02 06:56:15

您可以使用主机操作系统的文件系统权限来“保护”文件。

You can use the filesystem permissions of the host OS to "secure" the files.

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