aboutsummaryrefslogtreecommitdiffstats
path: root/etc/zathura.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-29 08:36:07 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-29 08:36:07 +0000
commit971f3f6b811f81a41df8bcddc58c834ae7f18808 (patch)
treeab8ce365d2e2ca899f13b6f50a100a31a1a641d4 /etc/zathura.profile
parentUpdate zathura.profile (diff)
downloadfirejail-971f3f6b811f81a41df8bcddc58c834ae7f18808.tar.gz
firejail-971f3f6b811f81a41df8bcddc58c834ae7f18808.tar.zst
firejail-971f3f6b811f81a41df8bcddc58c834ae7f18808.zip
updates for zathura.profile (#3193)
* move mkdir in zathura.profile * harden zathura.profile * fix private-lib in zathura.profile
Diffstat (limited to 'etc/zathura.profile')
-rw-r--r--etc/zathura.profile14
1 files changed, 10 insertions, 4 deletions
diff --git a/etc/zathura.profile b/etc/zathura.profile
index 7b0109a90..41258a24d 100644
--- a/etc/zathura.profile
+++ b/etc/zathura.profile
@@ -18,10 +18,17 @@ include disable-passwdmgr.inc
18include disable-programs.inc 18include disable-programs.inc
19include disable-xdg.inc 19include disable-xdg.inc
20 20
21mkdir ${HOME}/.config/zathura
22mkdir ${HOME}/.local/share/zathura
23whitelist /usr/share/zathura
24include whitelist-usr-share-common.inc
25include whitelist-var-common.inc
26
21caps.drop all 27caps.drop all
28ipc-namespace
22machine-id 29machine-id
23# net none 30net none
24# nodbus 31nodbus
25nodvd 32nodvd
26nogroups 33nogroups
27nonewprivs 34nonewprivs
@@ -39,10 +46,9 @@ private-bin zathura
39private-cache 46private-cache
40private-dev 47private-dev
41private-etc alternatives,fonts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,machine-id 48private-etc alternatives,fonts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,machine-id
49private-lib libarchive.so.*,libdjvulibre.so.*,libgirara-gtk*,libpoppler-glib.so.*,libspectre.so.*,libstdc++.so.*,zathura
42private-tmp 50private-tmp
43 51
44mkdir ${HOME}/.config/zathura
45mkdir ${HOME}/.local/share/zathura
46read-only ${HOME} 52read-only ${HOME}
47read-write ${HOME}/.config/zathura 53read-write ${HOME}/.config/zathura
48read-write ${HOME}/.local/share/zathura 54read-write ${HOME}/.local/share/zathura