Conversation

"Snaps are containerised software packages that are simple to create and install. They auto-update and are safe to run." I hate this and I am pretty sure they are not safe to run. Especially if they prompt you for third-party credentials. 🤦
1
9
Replying to
Snap permissions are generally automatically enabled and the approval process is primarily by Canonical rather than requesting it from the user: snapcraft.io/docs/permissio It's also designed in a very coarse and problematic way. Not a good system. Still better than Flatpak though.
2
Replying to
What makes Flatpak worse is that the sandboxing is an opt-in feature bu developers. The developer can just configure their application as having home directory access. The reason it ended up screwed up for both is the fact that neither can hope to be the dominant environment.
1
Replying to and
Snap vs. Flatpak is the main issue. As long as both exist and the most widely used non-ChromeOS desktop Linux distribution family uses a different approach, it's hard to get application developers on board. The workaround was coarse permissions + largely meaningless sandboxing.
1
Replying to and
What they really need is to have a broadly adopted approach where they can do stuff like getting app developers to do case-by-case requests to access a set of files/directories chosen by the user, etc. Like what Android forced on developers with scoped storage and other things.
1
Show replies