mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #436 from figue/master
Abrowser profile, based on Firefox
This commit is contained in:
commit
17d09d97ee
1 changed files with 52 additions and 0 deletions
52
etc/abrowser.profile
Normal file
52
etc/abrowser.profile
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Firejail profile for Abrowser
|
||||
|
||||
noblacklist ~/.mozilla
|
||||
noblacklist ~/.cache/mozilla
|
||||
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 ~/.mozilla
|
||||
whitelist ~/.mozilla
|
||||
mkdir ~/.cache
|
||||
mkdir ~/.cache/mozilla
|
||||
mkdir ~/.cache/mozilla/abrowser
|
||||
whitelist ~/.cache/mozilla/abrowser
|
||||
whitelist ~/dwhelper
|
||||
whitelist ~/.zotero
|
||||
whitelist ~/.vimperatorrc
|
||||
whitelist ~/.vimperator
|
||||
whitelist ~/.pentadactylrc
|
||||
whitelist ~/.pentadactyl
|
||||
whitelist ~/.keysnail.js
|
||||
whitelist ~/.config/gnome-mplayer
|
||||
whitelist ~/.cache/gnome-mplayer/plugin
|
||||
whitelist ~/.pki
|
||||
|
||||
# lastpass, keepassx
|
||||
whitelist ~/.keepassx
|
||||
whitelist ~/.config/keepassx
|
||||
whitelist ~/keepassx.kdbx
|
||||
whitelist ~/.lastpass
|
||||
whitelist ~/.config/lastpass
|
||||
|
||||
|
||||
#silverlight
|
||||
whitelist ~/.wine-pipelight
|
||||
whitelist ~/.wine-pipelight64
|
||||
whitelist ~/.config/pipelight-widevine
|
||||
whitelist ~/.config/pipelight-silverlight5.1
|
||||
|
||||
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