[Wine] Re: Sandboxing syscalls

vitamin wineforum-user at winehq.org
Fri Sep 11 22:07:43 CDT 2009


Yang Zhang wrote:
> Wine *doesn't* deal with syscalls, and relies on
> the application never directly making a syscall, but instead calling
> into the standard system libraries (Win32).
> 
> Is this still true today?

Still the same. Wine does not rely on applications not calling syscall directly. It's up to the system to take care of that.

Wine can't (and won't ) do anything about it anyway, since Wine is 100% user space app. Anything user app can do, Wine can do, so can win32 apps.







More information about the wine-users mailing list