http://bugs.winehq.org/show_bug.cgi?id=58299
mata sutupud@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sutupud@yahoo.com
--- Comment #1 from mata sutupud@yahoo.com --- That's something commonly needed to run containers, where the solution is to use network namespaces to isolate networks. The same should also work here, specially in this case if the goal is to *not* have network access:
unshare --net --map-current-user wine ...
Actually setting up a working isolated network configuration would be more involved, but the tools for that already exist too, like slirp4netns or passt/pasta.