@mmaietta I wonder if you have any thoughts on how this might be approached? Is there anything we could do at build time? Otherwise, any thoughts on how a script might help to resolve this? The core problem is that even if you want to make an exception for a single AppImage in a safe way, the way they're mounted to the filesystem at random paths seemingly makes that impossible.
This is really an Electron issue, but the maintainers haven't shown any interest in even commenting on it: https://github.com/electron/electron/issues/42510
@mmaietta I wonder if you have any thoughts on how this might be approached? Is there anything we could do at build time? Otherwise, any thoughts on how a script might help to resolve this? The core problem is that even if you want to make an exception for a single
AppImage
in a safe way, the way they're mounted to the filesystem at random paths seemingly makes that impossible.