How to run a flatpak in firejail? [answer: you can not do this] #4138
-
I've installed QBittorrent via KDE's Discover, and it created a menu item with this command:
Should I force the qbittorrent.profile by prefixing that command with Or should I not bother, because Flatpak already does its own sandboxing, and it sufficient (hence no predefined |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can not firejail a flatpak. Bubblewrap (the tool used by flatpak for sandboxing) does not work well/at all (depending on multiple conditions) inside firejail. Flatpaks have its own sandbox, tweak this if necessary.
|
Beta Was this translation helpful? Give feedback.
You can not firejail a flatpak.
Bubblewrap (the tool used by flatpak for sandboxing) does not work well/at all (depending on multiple conditions) inside firejail.
Flatpaks have its own sandbox, tweak this if necessary.
Usefull commands:
flatpak info --show-metadata <APP-ID>
flatpak info --show-permissions <APP-ID>
flatpak override --user <OPTIONS> <APP-ID>