mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
added netsurf profile
This commit is contained in:
parent
fa5e81aa14
commit
926f21a51c
6 changed files with 39 additions and 2 deletions
34
etc/netsurf.profile
Normal file
34
etc/netsurf.profile
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Firejail profile for Mozilla Firefox (Iceweasel in Debian)
|
||||
|
||||
noblacklist ~/.config/netsurf
|
||||
noblacklist ~/.cache/netsurf
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
|
||||
caps.drop all
|
||||
seccomp
|
||||
protocol unix,inet,inet6,netlink
|
||||
netfilter
|
||||
tracelog
|
||||
noroot
|
||||
|
||||
whitelist ${DOWNLOADS}
|
||||
mkdir ~/.config
|
||||
mkdir ~/.config/netsurf
|
||||
whitelist ~/.config/netsurf
|
||||
mkdir ~/.cache
|
||||
mkdir ~/.cache/netsurf
|
||||
whitelist ~/.cache/netsurf
|
||||
|
||||
# lastpass, keepassx
|
||||
whitelist ~/.keepassx
|
||||
whitelist ~/.config/keepassx
|
||||
whitelist ~/keepassx.kdbx
|
||||
whitelist ~/.lastpass
|
||||
whitelist ~/.config/lastpass
|
||||
|
||||
include /etc/firejail/whitelist-common.inc
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue