aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2017-12-22 22:49:02 +0100
committerLibravatar GitHub <noreply@github.com>2017-12-22 22:49:02 +0100
commit47e54e2bde84bf0a959045816ea3f7f4b1f3da70 (patch)
treeeeb4a7255376a8cca3af31232d61d9c79ea57ed8
parentAdd iana-etc's services to private-etc in steam.profile, fixes #1688 (diff)
parentAdded environment variable QML_DISABLE_DISK_CACHE=1 to okular.profile. (diff)
downloadfirejail-47e54e2bde84bf0a959045816ea3f7f4b1f3da70.tar.gz
firejail-47e54e2bde84bf0a959045816ea3f7f4b1f3da70.tar.zst
firejail-47e54e2bde84bf0a959045816ea3f7f4b1f3da70.zip
Merge pull request #1687 from floxo/master
Added environment variable QML_DISABLE_DISK_CACHE=1 to okular.profile.
-rw-r--r--etc/okular.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/okular.profile b/etc/okular.profile
index e71cd1880..59c93bdb0 100644
--- a/etc/okular.profile
+++ b/etc/okular.profile
@@ -45,6 +45,9 @@ private-dev
45private-etc alternatives,cups,fonts,ld.so.cache,machine-id 45private-etc alternatives,cups,fonts,ld.so.cache,machine-id
46# private-tmp - on KDE we need access to the real /tmp for data exchange with thunderbird 46# private-tmp - on KDE we need access to the real /tmp for data exchange with thunderbird
47 47
48# disable QML disk caching as it conflicts with the noexec constraints below
49env QML_DISABLE_DISK_CACHE=1
50
48# memory-deny-write-execute 51# memory-deny-write-execute
49noexec ${HOME} 52noexec ${HOME}
50noexec /tmp 53noexec /tmp