aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheMainOne <theevilskely@tutanota.com>2020-08-24 02:23:41 +0000
committerTheMainOne <theevilskely@tutanota.com>2020-08-24 02:23:41 +0000
commitd78b766d14493a6bd100d3a31873612db034f557 (patch)
treeed6743dc67ee0fb539d303447a0fbd5bba9359f7
parentv79.0-1 #5: python >= 3.5 for deb/xenial build (diff)
downloadlibrewolf-linux-d78b766d14493a6bd100d3a31873612db034f557.tar.gz
librewolf-linux-d78b766d14493a6bd100d3a31873612db034f557.tar.bz2
librewolf-linux-d78b766d14493a6bd100d3a31873612db034f557.zip
Restrict $HOME
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.json3
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"
]
}
bgstack15