diff options
author | TheMainOne <theevilskely@tutanota.com> | 2020-08-24 02:23:41 +0000 |
---|---|---|
committer | TheMainOne <theevilskely@tutanota.com> | 2020-08-24 02:23:41 +0000 |
commit | d78b766d14493a6bd100d3a31873612db034f557 (patch) | |
tree | ed6743dc67ee0fb539d303447a0fbd5bba9359f7 /flatpak/content/io.gitlab.LibreWolf.json | |
parent | v79.0-1 #5: python >= 3.5 for deb/xenial build (diff) | |
download | librewolf-linux-d78b766d14493a6bd100d3a31873612db034f557.tar.gz librewolf-linux-d78b766d14493a6bd100d3a31873612db034f557.tar.bz2 librewolf-linux-d78b766d14493a6bd100d3a31873612db034f557.zip |
Restrict $HOME
Diffstat (limited to 'flatpak/content/io.gitlab.LibreWolf.json')
-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" ] } |