http://bugs.winehq.org/show_bug.cgi?id=58299 mata <sutupud(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sutupud(a)yahoo.com --- Comment #1 from mata <sutupud(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.