aboutsummaryrefslogtreecommitdiffstats
path: root/etc/atril.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-13 15:55:31 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-13 15:55:31 -0400
commit8c99097f2b6af3b4e69efeb17d8df7b6e7465102 (patch)
tree8eb984f94bed760c710759d674f6dc71c6b82410 /etc/atril.profile
parenttypo (diff)
downloadfirejail-8c99097f2b6af3b4e69efeb17d8df7b6e7465102.tar.gz
firejail-8c99097f2b6af3b4e69efeb17d8df7b6e7465102.tar.zst
firejail-8c99097f2b6af3b4e69efeb17d8df7b6e7465102.zip
fix atril profile
Diffstat (limited to 'etc/atril.profile')
-rw-r--r--etc/atril.profile7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/atril.profile b/etc/atril.profile
index 4d7ac5244..8c5bdc6fb 100644
--- a/etc/atril.profile
+++ b/etc/atril.profile
@@ -32,10 +32,13 @@ tracelog
32private-bin atril, atril-previewer, atril-thumbnailer 32private-bin atril, atril-previewer, atril-thumbnailer
33private-dev 33private-dev
34private-etc fonts,ld.so.cache 34private-etc fonts,ld.so.cache
35private-lib 35# atril uses webkit gtk to display epub files
36# waiting for globbing support in private-lib; for now hardcoding it to webkit2gtk-4.0
37private-lib webkit2gtk-4.0
36# atril needs access to /tmp/mozilla* to work in firefox 38# atril needs access to /tmp/mozilla* to work in firefox
37# private-tmp 39# private-tmp
38 40
39memory-deny-write-execute 41# webkit gtk killed by memory-deny-write-execute
42#memory-deny-write-execute
40noexec ${HOME} 43noexec ${HOME}
41noexec /tmp 44noexec /tmp