You're viewing a single thread.
What if your app actually needs access to the internet?
139 1 ReplyOr actually do anything useful? No network, no filesystem.. it's a hello world app isn't it..
171 12 ReplyNo filesystem access for a flatpak app just means it cant read host system files on its own, without user permission. You can still give it files or directories of files through the file explorer for the app to work with, just that it's much safer since it can only otherwise view files in its sandbox.
121 0 ReplyWhich is fine for some apps, try that with an IDE.
4 0 ReplyWhy does an IDE need unfettered access to my whole FS? Access to the project directory, and maybe the runtime directory, have to be enough.
19 2 ReplyTo be fair, the title says more apps, not all apps..
8 0 Reply
There are portals: https://docs.flatpak.org/en/latest/desktop-integration.html#portals . they allow secure access to many features. Also any flatpak app still has access to a private app-specific filesystem, just not to the host.
Doesn't work for all applications but for many sand boxing is possible without a loss of features.
38 0 ReplyThere's Obfuscate, an image redactor, and Metadata Cleaner which is self-descriptive. Both works properly without any filesystem access at all, because they use the file picker portal to ask the user for the files to be processed.
23 0 ReplyPortal.
23 1 Reply
Oh come on, what modern program actually needs to communicate or access the file system?
38 5 ReplyExactly all programs should be web based cloud subscription only. We don't want that filthy code on our rgb nvme drives
57 7 ReplyLol, sorry no network access either.
14 2 ReplyWouldn't want the gaping security hole open that is hypnotizing the user via RGB control.
8 0 ReplyBRB, modulating my RGB to send data...
4 0 Reply
Download the internet along with it!
23 0 ReplyI'm self-hosting the entire internet. I hope you guys are enjoying yourselves.
35 0 Reply17 0 ReplyThat's super cool. I bookmarked it. Thanks!
6 0 ReplyLol
3 0 Reply
Thanks for having us on your server... when can I get out again though?
6 0 ReplyI just unplugged you. Give it a minute or two and no more pain.
7 0 ReplyThank you, good... bye
2 0 Reply
The app can then declare the network permission and it will still be marked as safe.
23 0 Reply