aboutsummaryrefslogtreecommitdiffstats
path: root/etc/okular.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:29:11 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:32:32 -0600
commiteb4b505ac2537c320c044cf5fad595ecef41bbca (patch)
tree6216a34146aed50fdf700191914b287795d83adc /etc/okular.profile
parentFix #1651 - dropbox failed to start (diff)
downloadfirejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.gz
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.zst
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.zip
Consistent home directory nomenclature
Diffstat (limited to 'etc/okular.profile')
-rw-r--r--etc/okular.profile18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/okular.profile b/etc/okular.profile
index 4171a28f8..2c2d395c8 100644
--- a/etc/okular.profile
+++ b/etc/okular.profile
@@ -7,15 +7,15 @@ include /etc/firejail/globals.local
7 7
8# blacklist /run/user/*/bus 8# blacklist /run/user/*/bus
9 9
10noblacklist ~/.config/okularpartrc 10noblacklist ${HOME}/.config/okularpartrc
11noblacklist ~/.config/okularrc 11noblacklist ${HOME}/.config/okularrc
12noblacklist ~/.kde/share/apps/okular 12noblacklist ${HOME}/.kde/share/apps/okular
13noblacklist ~/.kde/share/config/okularpartrc 13noblacklist ${HOME}/.kde/share/config/okularpartrc
14noblacklist ~/.kde/share/config/okularrc 14noblacklist ${HOME}/.kde/share/config/okularrc
15noblacklist ~/.kde4/share/apps/okular 15noblacklist ${HOME}/.kde4/share/apps/okular
16noblacklist ~/.kde4/share/config/okularpartrc 16noblacklist ${HOME}/.kde4/share/config/okularpartrc
17noblacklist ~/.kde4/share/config/okularrc 17noblacklist ${HOME}/.kde4/share/config/okularrc
18noblacklist ~/.local/share/okular 18noblacklist ${HOME}/.local/share/okular
19 19
20include /etc/firejail/disable-common.inc 20include /etc/firejail/disable-common.inc
21include /etc/firejail/disable-devel.inc 21include /etc/firejail/disable-devel.inc