mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
25 lines
485 B
Text
25 lines
485 B
Text
# 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
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
shell none
|
|
seccomp
|
|
protocol unix
|
|
|
|
private-bin zathura
|
|
private-dev
|
|
private-etc fonts
|
|
whitelist /tmp/.X11-unix
|
|
|
|
read-only ~/
|
|
read-write ~/.local/share/zathura/
|