diff options
-rw-r--r-- | flatpak/content/io.gitlab.LibreWolf.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json index cc9b0ee..973dc4e 100644 --- a/flatpak/content/io.gitlab.LibreWolf.json +++ b/flatpak/content/io.gitlab.LibreWolf.json @@ -35,7 +35,8 @@ "--talk-name=org.freedesktop.ScreenSaver", "--talk-name=org.gtk.vfs.*", "--socket=wayland", - "--filesystem=home:rw", + "--filesystem=~/.librewolf:create", + "--filesystem=~/.mozilla:create", "--share=network" ] } |