aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar Felix Pehla <74104874+FelixPehla@users.noreply.github.com>2024-06-29 20:11:51 +0200
committerLibravatar GitHub <noreply@github.com>2024-06-29 18:11:51 +0000
commitde5946235bc63fc8b0207f4d320946032bc61d58 (patch)
tree530710a13242b7089e064a4c496b6500687cf9d1 /etc/profile-a-l
parentprofiles: claws-mail: add ~/.cache/claws-mail (#6378) (diff)
downloadfirejail-de5946235bc63fc8b0207f4d320946032bc61d58.tar.gz
firejail-de5946235bc63fc8b0207f4d320946032bc61d58.tar.zst
firejail-de5946235bc63fc8b0207f4d320946032bc61d58.zip
profiles: fractal: add ~/.local/share/fractal (#6392)
Fractal 7 (and possibly earlier) stores messages and key material in ${XDG_DATA_DIR}/fractal which defaults to ~/.local/share/fractal. Lack of access causes it to be unable to load messages offline and de- or encrypt messages even when online without sharing keys again.
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/fractal.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/fractal.profile b/etc/profile-a-l/fractal.profile
index d35055d43..8ec1f3665 100644
--- a/etc/profile-a-l/fractal.profile
+++ b/etc/profile-a-l/fractal.profile
@@ -7,6 +7,7 @@ include fractal.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/fractal 9noblacklist ${HOME}/.cache/fractal
10noblacklist ${HOME}/.local/share/fractal
10 11
11# Allow python (blacklisted by disable-interpreters.inc) 12# Allow python (blacklisted by disable-interpreters.inc)
12include allow-python2.inc 13include allow-python2.inc
@@ -21,7 +22,9 @@ include disable-shell.inc
21include disable-xdg.inc 22include disable-xdg.inc
22 23
23mkdir ${HOME}/.cache/fractal 24mkdir ${HOME}/.cache/fractal
25mkdir ${HOME}/.local/share/fractal
24whitelist ${HOME}/.cache/fractal 26whitelist ${HOME}/.cache/fractal
27whitelist ${HOME}/.local/share/fractal
25whitelist ${DOWNLOADS} 28whitelist ${DOWNLOADS}
26whitelist /usr/share/fractal 29whitelist /usr/share/fractal
27include whitelist-common.inc 30include whitelist-common.inc