Hi, I want to know if there a way to prevent a program running under wine to access internet ? For exemple : "nastyupdater.exe" will be unable to access internet but ALL other exe in the same folder can access it without problems. Thx in advance, GNU_Raziel
GNU_Raziel wrote:> I want to know if there a way to prevent a program running under wine to access internet ?No, you can't. Wine does not restrict programs from connecting to the Internet, unless it's a bug of course. You'll have to do it externally with something like iptables. You'll need to setup a restricted user and configure so it's uid can not connect to the network. Then run whatever programs you don't want accessing Internet under that user.
Cissi Nyblom & H?kan P... wrote:> I want to restrict everything in the Wine directory to access the internetI told you, you can't do that. If you setup a separate user, anything that user runs will not be able to access network. And it won't matter what directory those files are in.