From 9e3ba319be6b9546d7e8f450ca419ee2f3f4040b Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 7 Aug 2017 01:22:08 -0400 Subject: Unify all profiles --- etc/zathura.profile | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'etc/zathura.profile') diff --git a/etc/zathura.profile b/etc/zathura.profile index 502e066c8..0552f85a9 100644 --- a/etc/zathura.profile +++ b/etc/zathura.profile @@ -1,17 +1,17 @@ -# Persistent global definitions go here -include /etc/firejail/globals.local - -# This file is overwritten during software install. -# Persistent customizations should go in a .local file. +# Firejail profile for zathura +# This file is overwritten after every install/update +# Persistent local customizations include /etc/firejail/zathura.local +# Persistent global definitions +include /etc/firejail/globals.local -# zathura document viewer profile noblacklist ~/.config/zathura noblacklist ~/.local/share/zathura + include /etc/firejail/disable-common.inc -include /etc/firejail/disable-programs.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc caps.drop all net none @@ -19,14 +19,13 @@ nogroups nonewprivs noroot nosound -shell none -seccomp protocol unix +seccomp +shell none private-bin zathura private-dev private-etc fonts private-tmp - read-only ~/ read-write ~/.local/share/zathura/ -- cgit v1.2.3-54-g00ecf