this post was submitted on 30 Dec 2024
127 points (97.7% liked)

Programmer Humor

32866 readers
1077 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 2 weeks 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.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks 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.