http://bugs.winehq.org/show_bug.cgi?id=59767 Olivier F. R. Dierick <o.dierick@piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be --- Comment #5 from Olivier F. R. Dierick <o.dierick@piezo-forte.be> --- Hello. It's not an issue with WINE, because you can associate EXE files (or any other executable file format, including scripts) with anything other than WINE and the issue remains the same. Your issue is more generic and the cause lies in the way the sandbox handles associations. (In reply to Aaron Rainbolt from comment #4)
Both Flatpak and Snap allow a sandboxed application to say "open this file with whatever its default file handler is", which will either launch an app in a different sandbox, or launch an unsandboxed app.
That is the issue. Flatpak and Snap are not true sandbox if they let the app run code outside of the sandbox. If you want your sandboxed app to not be allowed to run executable files outside of the sandbox, then use a sandbox that doesn't allow that. Regards. -- 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.