this post was submitted on 30 Dec 2024
130 points (97.8% liked)

Programmer Humor

33922 readers
702 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
[–] narc0tic_bird@lemm.ee 4 points 2 months 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@lemmy.world 1 points 2 months ago* (last edited 2 months 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.