aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-01-13 18:06:02 +0000
committerLibravatar GitHub <noreply@github.com>2022-01-13 18:06:02 +0000
commit617893a94204678407c41600dda3750d009ad075 (patch)
treee5f0692f2f626f95e0d4de883644b3517fc0b919
parentadd wget2rc to disable-programs.inc (diff)
downloadfirejail-617893a94204678407c41600dda3750d009ad075.tar.gz
firejail-617893a94204678407c41600dda3750d009ad075.tar.zst
firejail-617893a94204678407c41600dda3750d009ad075.zip
seperate wget/wget2 rc files
-rw-r--r--etc/profile-m-z/wget2.profile5
1 files changed, 5 insertions, 0 deletions
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