Local root vulnerability in snap-confine
Local root vulnerability in snap-confine
Posted Feb 20, 2022 12:38 UTC (Sun) by smcv (subscriber, #53363)In reply to: Local root vulnerability in snap-confine by Smon
Parent article: Local root vulnerability in snap-confine
In particular, when Flatpak developers encounter something that would be hard to implement securely, we are often able to declare it to be out-of-scope and not implement it at all, resulting in fewer attack vectors.
Flatpak is designed to sandbox "apps", with a meaning that is not 100% well-defined, but "programs that behave like an Android/iOS app" or "GUI programs with a .desktop file" are reasonable approximations. Snap is designed to sandbox "apps", but also non-"app" things like system services: you can install lxd as a Snap, but it would not be possible to install lxd as a Flatpak app.
I personally think that's a strength of Flatpak rather than a weakness, but it would be reasonable for Snap users/developers to disagree on that: neither approach is trivially better than the other.
