Open boredsquirrel opened 1 day ago
Interesting but I am not sure about messing with other applications settings.
Also wouldn't it only be relevant for flatpak applications that have complete access to home file system?
My two cents about this,
home
or host
access can also write to .bashrc
, .config/systemd
, ...
Description
Afaik bubblejail protects it's home from other bubblejailed applications.
To complete this, Flatpak apps must not access the bubblejail directories either.
This can be accomplished like this:
This blocks all flatpak apps from changing their own configurations, and from accessing the bubblejail homes or configs.
Or the more complete file that I use, to block pulseaudio, x11 and ipc to prevent apps sniffing each other.