aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-28 14:50:45 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-28 14:51:10 +0200
commit4455f3cd0d88991ebd7b867bbc8e8705b66370f8 (patch)
tree7278cc4bbcfd4c8362dea70ce9d52f8468a7e5cf
parentKeePassXC: Added a warning regarding tray icon (diff)
downloadfirejail-4455f3cd0d88991ebd7b867bbc8e8705b66370f8.tar.gz
firejail-4455f3cd0d88991ebd7b867bbc8e8705b66370f8.tar.zst
firejail-4455f3cd0d88991ebd7b867bbc8e8705b66370f8.zip
add missing blacklist paths
-rw-r--r--etc/disable-programs.inc4
-rw-r--r--etc/ghostwriter.profile1
-rw-r--r--etc/meld.profile1
-rw-r--r--etc/youtube-dl.profile1
4 files changed, 7 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 7dbe535fe..6472f85e3 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -233,6 +233,7 @@ blacklist ${HOME}/.config/mana
233blacklist ${HOME}/.config/mate-calc 233blacklist ${HOME}/.config/mate-calc
234blacklist ${HOME}/.config/mate/eom 234blacklist ${HOME}/.config/mate/eom
235blacklist ${HOME}/.config/mate/mate-dictionary 235blacklist ${HOME}/.config/mate/mate-dictionary
236blacklist ${HOME}/.config/meld
236blacklist ${HOME}/.config/meteo-qt 237blacklist ${HOME}/.config/meteo-qt
237blacklist ${HOME}/.config/mfusion 238blacklist ${HOME}/.config/mfusion
238blacklist ${HOME}/.config/midori 239blacklist ${HOME}/.config/midori
@@ -499,6 +500,7 @@ blacklist ${HOME}/.local/share/freecol
499blacklist ${HOME}/.local/share/gajim 500blacklist ${HOME}/.local/share/gajim
500blacklist ${HOME}/.local/share/geary 501blacklist ${HOME}/.local/share/geary
501blacklist ${HOME}/.local/share/geeqie 502blacklist ${HOME}/.local/share/geeqie
503blacklist ${HOME}/.local/share/ghostwriter
502blacklist ${HOME}/.local/share/gitg 504blacklist ${HOME}/.local/share/gitg
503blacklist ${HOME}/.local/share/gnome-2048 505blacklist ${HOME}/.local/share/gnome-2048
504blacklist ${HOME}/.local/share/gnome-chess 506blacklist ${HOME}/.local/share/gnome-chess
@@ -714,6 +716,7 @@ blacklist ${HOME}/.cache/fossamail
714blacklist ${HOME}/.cache/freecol 716blacklist ${HOME}/.cache/freecol
715blacklist ${HOME}/.cache/gajim 717blacklist ${HOME}/.cache/gajim
716blacklist ${HOME}/.cache/geeqie 718blacklist ${HOME}/.cache/geeqie
719blacklist ${HOME}/.cache/gimp
717blacklist ${HOME}/.cache/godot 720blacklist ${HOME}/.cache/godot
718blacklist ${HOME}/.cache/google-chrome 721blacklist ${HOME}/.cache/google-chrome
719blacklist ${HOME}/.cache/google-chrome-beta 722blacklist ${HOME}/.cache/google-chrome-beta
@@ -787,3 +790,4 @@ blacklist ${HOME}/.cache/xmms2
787blacklist ${HOME}/.cache/xreader 790blacklist ${HOME}/.cache/xreader
788blacklist ${HOME}/.cache/yandex-browser 791blacklist ${HOME}/.cache/yandex-browser
789blacklist ${HOME}/.cache/yandex-browser-beta 792blacklist ${HOME}/.cache/yandex-browser-beta
793blacklist ${HOME}/.cache/youtube-dl
diff --git a/etc/ghostwriter.profile b/etc/ghostwriter.profile
index 2479ec16d..b09d28b21 100644
--- a/etc/ghostwriter.profile
+++ b/etc/ghostwriter.profile
@@ -7,6 +7,7 @@ include ghostwriter.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/ghostwriter 9noblacklist ${HOME}/.config/ghostwriter
10noblacklist ${HOME}/.local/share/ghostwriter
10noblacklist ${DOCUMENTS} 11noblacklist ${DOCUMENTS}
11noblacklist ${PICTURES} 12noblacklist ${PICTURES}
12 13
diff --git a/etc/meld.profile b/etc/meld.profile
index 4a9f64421..70de7c27b 100644
--- a/etc/meld.profile
+++ b/etc/meld.profile
@@ -13,6 +13,7 @@ include globals.local
13# Calling by its absolute path (example for git-mergetool): 13# Calling by its absolute path (example for git-mergetool):
14# git config --global mergetool.meld.cmd /usr/bin/meld 14# git config --global mergetool.meld.cmd /usr/bin/meld
15 15
16noblacklist ${HOME}/.config/meld
16noblacklist ${HOME}/.config/git 17noblacklist ${HOME}/.config/git
17noblacklist ${HOME}/.gitconfig 18noblacklist ${HOME}/.gitconfig
18noblacklist ${HOME}/.git-credentials 19noblacklist ${HOME}/.git-credentials
diff --git a/etc/youtube-dl.profile b/etc/youtube-dl.profile
index d87d29ee8..f8ac1e16d 100644
--- a/etc/youtube-dl.profile
+++ b/etc/youtube-dl.profile
@@ -10,6 +10,7 @@ include globals.local
10# breaks when installed under ${HOME} via `pip install --user` (see #2833) 10# breaks when installed under ${HOME} via `pip install --user` (see #2833)
11ignore noexec ${HOME} 11ignore noexec ${HOME}
12 12
13noblacklist ${HOME}/.cache/youtube-dl
13noblacklist ${HOME}/.config/youtube-dl 14noblacklist ${HOME}/.config/youtube-dl
14noblacklist ${HOME}/.netrc 15noblacklist ${HOME}/.netrc
15noblacklist ${MUSIC} 16noblacklist ${MUSIC}