mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge branch 'master' of https://github.com/netblue30/firejail
This commit is contained in:
commit
8ad53f19a3
1 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
# Firejail profile for Mozilla Firefox (Iceweasel in Debian)
|
# Firejail profile for Mozilla Firefox (Iceweasel in Debian)
|
||||||
noblacklist ${HOME}/.mozilla
|
noblacklist ${HOME}/.mozilla
|
||||||
|
noblacklist /usr/lib/firefox
|
||||||
include /etc/firejail/disable-mgmt.inc
|
include /etc/firejail/disable-mgmt.inc
|
||||||
include /etc/firejail/disable-secret.inc
|
include /etc/firejail/disable-secret.inc
|
||||||
include /etc/firejail/disable-common.inc
|
include /etc/firejail/disable-common.inc
|
||||||
|
|
@ -9,7 +10,11 @@ seccomp
|
||||||
protocol unix,inet,inet6,netlink
|
protocol unix,inet,inet6,netlink
|
||||||
netfilter
|
netfilter
|
||||||
noroot
|
noroot
|
||||||
|
whitelist ~/.config/mimeapps.list
|
||||||
|
whitelist ~/.gtkrc
|
||||||
|
whitelist ~/.icons
|
||||||
whitelist ~/.mozilla
|
whitelist ~/.mozilla
|
||||||
|
whitelist ~/.themes
|
||||||
whitelist ~/Downloads
|
whitelist ~/Downloads
|
||||||
whitelist ~/Загрузки
|
whitelist ~/Загрузки
|
||||||
whitelist ~/.cache/mozilla/firefox
|
whitelist ~/.cache/mozilla/firefox
|
||||||
|
|
@ -22,4 +27,4 @@ whitelist ~/.pentadactylrc
|
||||||
whitelist ~/.pentadactyl
|
whitelist ~/.pentadactyl
|
||||||
whitelist ~/.config/gnome-mplayer
|
whitelist ~/.config/gnome-mplayer
|
||||||
whitelist ~/.cache/gnome-mplayer/plugin
|
whitelist ~/.cache/gnome-mplayer/plugin
|
||||||
include /etc/firejail/whitelist-common.inc
|
include /etc/firejail/whitelist-common.inc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue