mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #89 from g4jc/master
add a few new items to blacklist
This commit is contained in:
commit
6b5ee43567
2 changed files with 13 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ blacklist ${HOME}/.macromedia
|
||||||
blacklist ${HOME}/.mozilla
|
blacklist ${HOME}/.mozilla
|
||||||
blacklist ${HOME}/.icedove
|
blacklist ${HOME}/.icedove
|
||||||
blacklist ${HOME}/.thunderbird
|
blacklist ${HOME}/.thunderbird
|
||||||
|
blacklist ${HOME}/.sylpheed-2.0
|
||||||
blacklist ${HOME}/.config/midori
|
blacklist ${HOME}/.config/midori
|
||||||
blacklist ${HOME}/.config/opera
|
blacklist ${HOME}/.config/opera
|
||||||
blacklist ${HOME}/.config/chromium
|
blacklist ${HOME}/.config/chromium
|
||||||
|
|
@ -13,8 +14,18 @@ blacklist ${HOME}/.config/filezilla
|
||||||
blacklist ${HOME}/.local/share/systemd
|
blacklist ${HOME}/.local/share/systemd
|
||||||
|
|
||||||
# Instant Messaging
|
# Instant Messaging
|
||||||
|
blacklist ${HOME}/.config/hexchat
|
||||||
|
blacklist ${HOME}/.mcabber
|
||||||
blacklist ${HOME}/.purple
|
blacklist ${HOME}/.purple
|
||||||
blacklist ${HOME}/.config/psi+
|
blacklist ${HOME}/.config/psi+
|
||||||
|
blacklist ${HOME}/.retroshare
|
||||||
|
blacklist ${HOME}/.weechat
|
||||||
|
blacklist ${HOME}/.config/xchat
|
||||||
|
|
||||||
|
# Cryptocoins
|
||||||
|
blacklist ${HOME}/.*coin
|
||||||
|
blacklist ${HOME}/.electrum*
|
||||||
|
blacklist ${HOME}/wallet.dat
|
||||||
|
|
||||||
# VNC
|
# VNC
|
||||||
blacklist ${HOME}/.remmina
|
blacklist ${HOME}/.remmina
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,5 @@ blacklist ${HOME}/kde4/share/apps/kwallet
|
||||||
blacklist ${HOME}/kde/share/apps/kwallet
|
blacklist ${HOME}/kde/share/apps/kwallet
|
||||||
blacklist ${HOME}/.gnupg
|
blacklist ${HOME}/.gnupg
|
||||||
blacklist ${HOME}/.local/share/recently-used.xbel
|
blacklist ${HOME}/.local/share/recently-used.xbel
|
||||||
|
blacklist ${HOME}/*.kdb
|
||||||
|
blacklist ${HOME}/*.key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue