mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
{no,}blacklist epiphany
This commit is contained in:
parent
7a742afb1e
commit
95c8fd7a0b
2 changed files with 9 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ blacklist ${HOME}/.filezilla
|
|||
blacklist ${HOME}/.config/filezilla
|
||||
blacklist ~/.dillo
|
||||
blacklist ${HOME}/.conkeror.mozdev.org
|
||||
blacklist ${HOME}/.config/.epiphany
|
||||
|
||||
# cache
|
||||
blacklist ~/.cache/mozilla
|
||||
|
|
@ -35,6 +36,10 @@ blacklist ~/.cache/google-chrome-unstable
|
|||
blacklist ~/.cache/opera
|
||||
blacklist ~/.cache/opera-beta
|
||||
blacklist ~/.cache/vivaldi
|
||||
blacklist ~/.cache/epiphany
|
||||
|
||||
# share
|
||||
blacklist ~/.local/share/epiphany
|
||||
|
||||
# Instant Messaging
|
||||
blacklist ${HOME}/.config/hexchat
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
# Epiphany browser profile
|
||||
noblacklist ${HOME}/.config/.epiphany
|
||||
noblacklist ${HOME}/.cache/epiphany
|
||||
noblacklist ${HOME}/.local/share/epiphany
|
||||
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue