aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/okular.profile
diff options
context:
space:
mode:
authorLibravatar Kishore96in <kishore96@gmail.com>2020-07-07 21:21:22 +0530
committerLibravatar GitHub <noreply@github.com>2020-07-07 15:51:22 +0000
commitf5fabe7637755b338e35a1b34709eeec572c2f92 (patch)
treec998a0f5e0263e2b3edd08ee5ed71fcaebe508e2 /etc/profile-m-z/okular.profile
parentFixed Blender profile being unable to import numpy (#3497) (diff)
downloadfirejail-f5fabe7637755b338e35a1b34709eeec572c2f92.tar.gz
firejail-f5fabe7637755b338e35a1b34709eeec572c2f92.tar.zst
firejail-f5fabe7637755b338e35a1b34709eeec572c2f92.zip
Okular profile fixes (#3489)
* Whitelist some config files used by Okular. These files are used to store the toolbar configurations. * Whitelist files required for okular in firefox-common-addons.inc Without this, okular does not follow the user configuration for toolbars and keyboard shortcuts when launched inside the firefox sandbox (for eg., while opening a downloaded PDF). * Alphabetical sort * Remove noblacklist for files which are not actually blacklisted. I have blacklisted them in a separate pull request.
Diffstat (limited to 'etc/profile-m-z/okular.profile')
-rw-r--r--etc/profile-m-z/okular.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-m-z/okular.profile b/etc/profile-m-z/okular.profile
index d5eba909e..2447c9603 100644
--- a/etc/profile-m-z/okular.profile
+++ b/etc/profile-m-z/okular.profile
@@ -28,6 +28,7 @@ include disable-shell.inc
28include disable-xdg.inc 28include disable-xdg.inc
29 29
30whitelist /usr/share/config.kcfg 30whitelist /usr/share/config.kcfg
31whitelist /usr/share/kxmlgui5/okular
31whitelist /usr/share/okular 32whitelist /usr/share/okular
32whitelist /usr/share/poppler 33whitelist /usr/share/poppler
33include whitelist-usr-share-common.inc 34include whitelist-usr-share-common.inc