Y
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
basemi
3323 days ago
I would try firejail
https://firejail.wordpress.com/
link
mike-cardwell
3323 days ago
Same way you isolate any program on Linux. SELinux, AppArmor, or running as a dedicated user.
[edit] I suppose there are containers nowadays too.
link
pmlnr
3323 days ago
containers still need apparmor/selinux to be secure; a container is just a packaging method without those.
link