http://bugs.winehq.com/show_bug.cgi?id=1936
bon@elektron.ikp.physik.tu-darmstadt.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
------- Additional Comments From bon@elektron.ikp.physik.tu-darmstadt.de 2004-12-01 10:58 ------- Wine is a user space programm. Even if you build a wrapper around wine to allow to run only selected applications, the user can recompile wine and run inplace.
Wine only needs read access to an application to load and run it. So "noexec" is no option that makes sense. "noexec" also doesn't stop you from running an executable shell script with "sh <script>" nor from copying an executable file from a "noexec" partition to a normal partition and run it there.
For sandboxing, better concepts are needed...
I changed to status to "invalid".