blob: 6eaa72aad6d19b677c9912a41bcc3390fab50780 (
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
|
# ranger file manager profile
quiet
# This is needed for zathura
ignore noroot
# allow write operations in non-default folders
include whitelist-common.local
# 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 the default profile
include /etc/firejail/ranger.profile
|