mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Added seamonkey profile
This commit is contained in:
parent
420f4c6b8a
commit
c442fc3178
1 changed files with 31 additions and 0 deletions
31
etc/seamonkey.profile
Normal file
31
etc/seamonkey.profile
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
cat ./seamonkey.profile
|
||||
# Firejail profile for Seamoneky based off Mozilla Firefox
|
||||
noblacklist ${HOME}/.mozilla
|
||||
include /etc/firejail/disable-mgmt.inc
|
||||
include /etc/firejail/disable-secret.inc
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
caps.drop all
|
||||
seccomp
|
||||
protocol unix,inet,inet6,netlink
|
||||
netfilter
|
||||
tracelog
|
||||
noroot
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ~/.mozilla/seamonkey
|
||||
whitelist ~/.cache/mozilla/seamonkey
|
||||
whitelist ~/dwhelper
|
||||
whitelist ~/.zotero
|
||||
whitelist ~/.lastpass
|
||||
whitelist ~/.vimperatorrc
|
||||
whitelist ~/.vimperator
|
||||
whitelist ~/.pentadactylrc
|
||||
whitelist ~/.pentadactyl
|
||||
whitelist ~/.keysnail.js
|
||||
whitelist ~/.config/gnome-mplayer
|
||||
whitelist ~/.cache/gnome-mplayer/plugin
|
||||
include /etc/firejail/whitelist-common.inc
|
||||
|
||||
# experimental features
|
||||
#private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,gtk-2.0,pango,fonts,iceweasel,firefox,adobe,mime.types,mailcap,asound.conf,pulse
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue