aboutsummaryrefslogtreecommitdiffstats
path: root/etc/okular.profile
diff options
context:
space:
mode:
authorLibravatar Antonio Russo <antonio.e.russo@gmail.com>2020-02-16 11:22:40 -0700
committerLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2020-02-17 12:05:52 +0000
commit12c361b32f0aa2263b00645f0bd392dc1dabd010 (patch)
tree93c065b9fdb1b2815e3f2be88573e00b1f77f1c6 /etc/okular.profile
parentadd tool to dump seccomp filters (diff)
downloadfirejail-12c361b32f0aa2263b00645f0bd392dc1dabd010.tar.gz
firejail-12c361b32f0aa2263b00645f0bd392dc1dabd010.tar.zst
firejail-12c361b32f0aa2263b00645f0bd392dc1dabd010.zip
Whitelist more /usr/share for okular and others
Some distributions include fonts in the texmf and texlive subdirectories of /usr/share. This makes those fonts accessible, addressing buggy behavior in okular where some text fails to render. This also whitelists /usr/share/config.kcfg which contains default settings that should be available to many applications.
Diffstat (limited to 'etc/okular.profile')
-rw-r--r--etc/okular.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/okular.profile b/etc/okular.profile
index 1dc8c9482..9debd86ff 100644
--- a/etc/okular.profile
+++ b/etc/okular.profile
@@ -26,8 +26,9 @@ include disable-passwdmgr.inc
26include disable-programs.inc 26include disable-programs.inc
27include disable-xdg.inc 27include disable-xdg.inc
28 28
29whitelist /usr/share/poppler 29whitelist /usr/share/config.kcfg
30whitelist /usr/share/okular 30whitelist /usr/share/okular
31whitelist /usr/share/poppler
31include whitelist-usr-share-common.inc 32include whitelist-usr-share-common.inc
32include whitelist-var-common.inc 33include whitelist-var-common.inc
33 34