aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-01-13 20:51:38 +0000
committerLibravatar GitHub <noreply@github.com>2022-01-13 20:51:38 +0000
commit3833c120766df96f60238de563374f9dae60e2e5 (patch)
treee5f0692f2f626f95e0d4de883644b3517fc0b919
parentMerge pull request #4852 from glitsj16/wget2 (diff)
parentseperate wget/wget2 rc files (diff)
downloadfirejail-3833c120766df96f60238de563374f9dae60e2e5.tar.gz
firejail-3833c120766df96f60238de563374f9dae60e2e5.tar.zst
firejail-3833c120766df96f60238de563374f9dae60e2e5.zip
Merge pull request #4853 from glitsj16/wget2-fixes
wget2 fixes
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-m-z/wget2.profile5
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index ca8820ab6..2f45e1288 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -616,6 +616,7 @@ blacklist ${HOME}/.config/vivaldi
616blacklist ${HOME}/.config/vivaldi-snapshot 616blacklist ${HOME}/.config/vivaldi-snapshot
617blacklist ${HOME}/.config/vlc 617blacklist ${HOME}/.config/vlc
618blacklist ${HOME}/.config/wesnoth 618blacklist ${HOME}/.config/wesnoth
619blacklist ${HOME}/.config/wget
619blacklist ${HOME}/.config/wireshark 620blacklist ${HOME}/.config/wireshark
620blacklist ${HOME}/.config/wormux 621blacklist ${HOME}/.config/wormux
621blacklist ${HOME}/.config/xchat 622blacklist ${HOME}/.config/xchat
diff --git a/etc/profile-m-z/wget2.profile b/etc/profile-m-z/wget2.profile
index 3d0c3ae82..18918c6af 100644
--- a/etc/profile-m-z/wget2.profile
+++ b/etc/profile-m-z/wget2.profile
@@ -8,7 +8,12 @@ include wget2.local
8# added by included profile 8# added by included profile
9#include globals.local 9#include globals.local
10 10
11noblacklist ${HOME}/.config/wget
12ignore noblacklist ${HOME}/.wgetrc
13
11private-bin wget2 14private-bin wget2
15# Depending on workflow you can add the next line to your wget2.local.
16#private-etc wget2rc
12 17
13# Redirect 18# Redirect
14include wget.profile 19include wget.profile