|
|
|
|
|
by finchisko
2816 days ago
|
|
I like what Microsoft did in UWP. App is allowed to read own files, files explicitly selected by user from Open Dialog. For anything else app developer has to ask for permission and user has to approve it (like in iOS, Android....). Specially the second option is nice, because you as user have a choice to grant access only for specific files and dirs you want app to have the access. |
|
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.