aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/atril.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/atril.profile')
-rw-r--r--etc/profile-a-l/atril.profile52
1 files changed, 52 insertions, 0 deletions
diff --git a/etc/profile-a-l/atril.profile b/etc/profile-a-l/atril.profile
new file mode 100644
index 000000000..adca38cb5
--- /dev/null
+++ b/etc/profile-a-l/atril.profile
@@ -0,0 +1,52 @@
1# Firejail profile for atril
2# Description: MATE document viewer
3# This file is overwritten after every install/update
4# Persistent local customizations
5include atril.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/atril
10noblacklist ${HOME}/.config/atril
11noblacklist ${DOCUMENTS}
12
13#noblacklist ${HOME}/.local/share
14# it seems to use only ${HOME}/.local/share/webkitgtk
15
16include disable-common.inc
17include disable-devel.inc
18include disable-exec.inc
19include disable-interpreters.inc
20include disable-passwdmgr.inc
21include disable-programs.inc
22include disable-xdg.inc
23
24include whitelist-var-common.inc
25
26# apparmor
27caps.drop all
28machine-id
29no3d
30nodvd
31nogroups
32nonewprivs
33noroot
34nosound
35notv
36nou2f
37novideo
38protocol unix
39seccomp
40shell none
41tracelog
42
43private-bin atril,atril-previewer,atril-thumbnailer
44private-dev
45private-etc alternatives,fonts,ld.so.cache
46# atril uses webkit gtk to display epub files
47# waiting for globbing support in private-lib; for now hardcoding it to webkit2gtk-4.0
48#private-lib webkit2gtk-4.0 - problems on Arch with the new version of WebKit
49private-tmp
50
51# webkit gtk killed by memory-deny-write-execute
52#memory-deny-write-execute