aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-08 23:47:58 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-08 23:50:00 +0200
commitaaec146dd4454824bbe117a480051d6da891c8d7 (patch)
tree33ce2f47c946f6209bce223400626597dbed6968 /etc
parentNode.js stack refactoring (#4255) (diff)
downloadfirejail-aaec146dd4454824bbe117a480051d6da891c8d7.tar.gz
firejail-aaec146dd4454824bbe117a480051d6da891c8d7.tar.zst
firejail-aaec146dd4454824bbe117a480051d6da891c8d7.zip
Fix bijiben
bijiben crashes without access to /usr/share/tracker3 in Fedora 34 with: ** (bijiben:14): WARNING **: 21:48:08.394: Unable to connect to Tracker: 'file:///usr/share/tracker3/ontologies/nepomuk' is not a ontology location ** (bijiben:14): WARNING **: 21:48:08.394: Cannot initialize BijiManager: 'file:///usr/share/tracker3/ontologies/nepomuk' is not a ontology location
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/bijiben.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/bijiben.profile b/etc/profile-a-l/bijiben.profile
index ce1ddbb03..721a6c082 100644
--- a/etc/profile-a-l/bijiben.profile
+++ b/etc/profile-a-l/bijiben.profile
@@ -22,6 +22,7 @@ whitelist ${HOME}/.local/share/bijiben
22whitelist ${HOME}/.cache/tracker 22whitelist ${HOME}/.cache/tracker
23whitelist /usr/share/bijiben 23whitelist /usr/share/bijiben
24whitelist /usr/share/tracker 24whitelist /usr/share/tracker
25whitelist /usr/share/tracker3
25include whitelist-common.inc 26include whitelist-common.inc
26include whitelist-runuser-common.inc 27include whitelist-runuser-common.inc
27include whitelist-usr-share-common.inc 28include whitelist-usr-share-common.inc