|
|
|
|
|
by dpwm
2816 days ago
|
|
UWP sounds like it gets it right, but a lot depends on the granularity of the permissions. I'm not even sure you can win: too fine grained and the user ends up with permission fatigue and just clicks through, too coarse grained and the user has to choose between full access or no access. I think android gets this very wrong, but has improved somewhat. I'm not sure if it's been tried but I think a better way might be to create some set of capabilities that can be applied, so you get complete confinement by default but can bulk set permissions of your choosing. According to design docs, this is what is meant to happen with Flatpak. I'm not a user so I don't know how close it comes. It appears that Flatpak falls short fo this with quite a few apps, which seems weird if they did implement the file portal they spoke of. |
|