this post was submitted on 30 Dec 2024
120 points (97.6% liked)

Programmer Humor

32710 readers
755 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 month ago (1 children)

Flatpaks also just come with a set of default permissions at install time, so running in a sandbox only really protects against flaws in the software, but not against malicious intentions by its creator. Flatpak doesn't have an "ask for permission" system afaik, at least not standardized. What you do is you add or subtract from the default the app itself specifies.

[–] TCB13 1 points 1 month ago* (last edited 1 month ago)

Flatpak doesn’t have an “ask for permission” system afaik, at least not standardized.

Exactly, and that's precisely the reason why it's still not a viable solution for the average user. This a big problem and a problem of consistent and integration between Flatpak , GNOME, KDE etc.