aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-11 14:23:32 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-11 14:26:52 -0300
commit4347f06aa90da9c06d2a1a6832e1265ad455603d (patch)
tree06c26394470ea3fb21e3b6f5d86f96fe33cf070f /etc
parentbuild(deps): bump github/codeql-action from 2.22.8 to 2.22.9 (diff)
downloadfirejail-4347f06aa90da9c06d2a1a6832e1265ad455603d.tar.gz
firejail-4347f06aa90da9c06d2a1a6832e1265ad455603d.tar.zst
firejail-4347f06aa90da9c06d2a1a6832e1265ad455603d.zip
fractal.profile: allow /usr/share/fractal
This fixes Fractal 5 not opening on Void Linux due to it failing to access "/usr/share/fractal/resources.gresource". Fixes #6119. Reported-by: @mhmdana Suggested-by: @rusty-snake
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/fractal.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/fractal.profile b/etc/profile-a-l/fractal.profile
index fe0bc8756..d35055d43 100644
--- a/etc/profile-a-l/fractal.profile
+++ b/etc/profile-a-l/fractal.profile
@@ -23,6 +23,7 @@ include disable-xdg.inc
23mkdir ${HOME}/.cache/fractal 23mkdir ${HOME}/.cache/fractal
24whitelist ${HOME}/.cache/fractal 24whitelist ${HOME}/.cache/fractal
25whitelist ${DOWNLOADS} 25whitelist ${DOWNLOADS}
26whitelist /usr/share/fractal
26include whitelist-common.inc 27include whitelist-common.inc
27include whitelist-runuser-common.inc 28include whitelist-runuser-common.inc
28include whitelist-usr-share-common.inc 29include whitelist-usr-share-common.inc