Is possible read-only accesss to Z: ?

Questions about Wine on Linux
Locked
AndrzejBo
Level 1
Level 1
Posts: 7
Joined: Sat Nov 30, 2019 11:48 am

Is possible read-only accesss to Z: ?

Post by AndrzejBo »

Windows programs can be dangerous, is possible configure to samething like sandbox?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Is possible read-only accesss to Z: ?

Post by Bob Wya »

@AndrzejBo

Well there is the winetricks verb sandbox:

Code: Select all

winetricks sandbox
but it doesn't really isolate a WINEPREFIX.

Yes Wine does cause some security vulnerabilities for a host system.

There are many ways to skin a cat... A quick Google search turns up:
How can I sandbox a Wine application on Linux?

A trade off between getting applications to function 100% and good security has to be made, of course...
E.g. SELinux is often a cause of problems - when trying to run Windows applications, with Wine.

Bob
Locked