From d78b766d14493a6bd100d3a31873612db034f557 Mon Sep 17 00:00:00 2001 From: TheMainOne Date: Mon, 24 Aug 2020 02:23:41 +0000 Subject: [PATCH] Restrict $HOME --- flatpak/content/io.gitlab.LibreWolf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] }