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
This commit is contained in:
Kelvin M. Klann 2023-12-11 14:23:32 -03:00
parent 2e95bb3bfc
commit 4347f06aa9

View file

@ -23,6 +23,7 @@ include disable-xdg.inc
mkdir ${HOME}/.cache/fractal
whitelist ${HOME}/.cache/fractal
whitelist ${DOWNLOADS}
whitelist /usr/share/fractal
include whitelist-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc