aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-01 21:19:24 +0000
committerLibravatar GitHub <noreply@github.com>2021-12-01 21:19:24 +0000
commit4095003cdd32597493bbb3d0f117c73fd8001ed4 (patch)
tree2e2a725c2e43ebe956a87cf28457852f79ac2c17
parentMerge pull request #4727 from glitsj16/electron (diff)
parentgoldendict: whitelist path to documentation and locales (diff)
downloadfirejail-4095003cdd32597493bbb3d0f117c73fd8001ed4.tar.gz
firejail-4095003cdd32597493bbb3d0f117c73fd8001ed4.tar.zst
firejail-4095003cdd32597493bbb3d0f117c73fd8001ed4.zip
Merge pull request #4729 from jose1711/goldendict_fix
goldendict: whitelist path to documentation and locales
-rw-r--r--etc/profile-a-l/goldendict.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/goldendict.profile b/etc/profile-a-l/goldendict.profile
index 5251ed427..cffb03d57 100644
--- a/etc/profile-a-l/goldendict.profile
+++ b/etc/profile-a-l/goldendict.profile
@@ -20,6 +20,7 @@ mkdir ${HOME}/.goldendict
20mkdir ${HOME}/.cache/GoldenDict 20mkdir ${HOME}/.cache/GoldenDict
21whitelist ${HOME}/.goldendict 21whitelist ${HOME}/.goldendict
22whitelist ${HOME}/.cache/GoldenDict 22whitelist ${HOME}/.cache/GoldenDict
23whitelist /usr/share/goldendict
23# The default path of dictionaries 24# The default path of dictionaries
24whitelist /usr/share/stardict/dic 25whitelist /usr/share/stardict/dic
25include whitelist-common.inc 26include whitelist-common.inc