Hacker News new | ask | show | jobs
by pietrasagh 3323 days ago
Is there any way to isolate wine and limit write permisions to user files? I only found this https://askubuntu.com/questions/327223/how-to-isolate-wine#3...
2 comments

I would try firejail

    https://firejail.wordpress.com/
Same way you isolate any program on Linux. SELinux, AppArmor, or running as a dedicated user.

[edit] I suppose there are containers nowadays too.

containers still need apparmor/selinux to be secure; a container is just a packaging method without those.