this post was submitted on 29 Jul 2023
132 points (99.3% liked)
Firefox
17865 readers
8 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is one of the reasons I use Flatpak whenever I can. I've revoked all Flatpak apps the permission to access the root of my home directory via a global override, so anything they wanted to do in there (e. g. create folders, place malicious code in my ~/.bashrc, etc.), actually happens in
~/.var/app//
.Don't you need to manually configure remapping those folders, or is it automatically done when revoking the prrmission?