mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Added seamonkey-bin profile
Gentoo is having both compiled and binary packages each having different executable thus bin profile as well
This commit is contained in:
parent
cc9f0d0dc3
commit
420f4c6b8a
1 changed files with 29 additions and 0 deletions
29
etc/seamonkey-bin.profile
Normal file
29
etc/seamonkey-bin.profile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Firejail profile for Mozilla Firefox (Iceweasel in Debian)
|
||||
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