blob: 5a8c63fdcbfe53eedb139bed2ec474647ac94a16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# ranger file manager profile
quiet
noblacklist /usr/bin/perl
#noblacklist /usr/bin/cpan*
noblacklist /usr/share/perl*
noblacklist /usr/lib/perl*
# from fbreader ebook reader profile
noblacklist ${HOME}/.FBReader
# from zathura document viewer profile
noblacklist ~/.config/zathura
noblacklist ~/.local/share/zathura
# from gimp profile
noblacklist ${HOME}/.gimp*
# from mpv profile
noblacklist ${HOME}/.config/mpv
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
net none
nonewprivs
noroot
nogroups
protocol unix
seccomp
# We need sound support to play media files
#nosound
private-tmp
private-dev
|