cm0002@lemmy.world to Linux@programming.dev · 13 天前Flathub has passed 3 billion downloadslemmy.mlexternal-linkmessage-square6fedilinkarrow-up156arrow-down11file-textcross-posted to: linux@lemmy.ml
arrow-up155arrow-down1external-linkFlathub has passed 3 billion downloadslemmy.mlcm0002@lemmy.world to Linux@programming.dev · 13 天前message-square6fedilinkfile-textcross-posted to: linux@lemmy.ml
minus-squareteppa@piefed.calinkfedilinkEnglisharrow-up3·edit-213 天前I think it has containerization benefits as well. Apps can’t access other apps. I’d assume permissions for camera and gps are better as well. But that’s just what I’ve picked up unverified.
minus-squareMax@lemmy.worldlinkfedilinkarrow-up4·13 天前Yeah. It has easier sandboxing. You can accomplish most of the same things with traditional packages with something like apparmour, but flatpak has motivated the development of portals which allows apps to request permissions on the fly more easily.
I think it has containerization benefits as well. Apps can’t access other apps. I’d assume permissions for camera and gps are better as well.
But that’s just what I’ve picked up unverified.
Yeah. It has easier sandboxing. You can accomplish most of the same things with traditional packages with something like apparmour, but flatpak has motivated the development of portals which allows apps to request permissions on the fly more easily.