25 lines
509 B
Plaintext
25 lines
509 B
Plaintext
|
# Inox browser profile
|
||
|
noblacklist ~/.config/inox
|
||
|
noblacklist ~/.cache/inox
|
||
|
include /etc/firejail/disable-common.inc
|
||
|
include /etc/firejail/disable-programs.inc
|
||
|
|
||
|
netfilter
|
||
|
|
||
|
whitelist ${DOWNLOADS}
|
||
|
mkdir ~/.config/inox
|
||
|
whitelist ~/.config/inox
|
||
|
mkdir ~/.cache/inox
|
||
|
whitelist ~/.cache/inox
|
||
|
mkdir ~/.pki
|
||
|
whitelist ~/.pki
|
||
|
|
||
|
# lastpass, keepassx
|
||
|
whitelist ~/.keepassx
|
||
|
whitelist ~/.config/keepassx
|
||
|
whitelist ~/keepassx.kdbx
|
||
|
whitelist ~/.lastpass
|
||
|
whitelist ~/.config/lastpass
|
||
|
|
||
|
include /etc/firejail/whitelist-common.inc
|