aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/start-tor-browser.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-02-15 07:26:30 +0000
committerLibravatar GitHub <noreply@github.com>2021-02-15 07:26:30 +0000
commitb3fb4cbe5f6ecfeb739311e623010037887457d2 (patch)
tree37fba7c7270ec72ba30d1f55d355ecac551df0a5 /etc/profile-m-z/start-tor-browser.profile
parentAllow access to torbrowser-launcher under ${HOME} (diff)
downloadfirejail-b3fb4cbe5f6ecfeb739311e623010037887457d2.tar.gz
firejail-b3fb4cbe5f6ecfeb739311e623010037887457d2.tar.zst
firejail-b3fb4cbe5f6ecfeb739311e623010037887457d2.zip
Avoid doubled include globals.local
The final profile in the include chain - torbrowser-launcher.profile - already includes globals.local. Unless there's some kind of potential race condition that needs to be avoided by changing this 'logic' we should avoid doubled includes.
Diffstat (limited to 'etc/profile-m-z/start-tor-browser.profile')
-rw-r--r--etc/profile-m-z/start-tor-browser.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-m-z/start-tor-browser.profile b/etc/profile-m-z/start-tor-browser.profile
index b5c4d211e..17ceedee7 100644
--- a/etc/profile-m-z/start-tor-browser.profile
+++ b/etc/profile-m-z/start-tor-browser.profile
@@ -3,7 +3,8 @@
3# Persistent local customizations 3# Persistent local customizations
4include start-tor-browser.local 4include start-tor-browser.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6# added by included profile
7#include globals.local
7 8
8# Redirect 9# Redirect
9include start-tor-browser.desktop.profile 10include start-tor-browser.desktop.profile