aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-02-15 07:31:07 +0000
committerLibravatar GitHub <noreply@github.com>2021-02-15 07:31:07 +0000
commit970d679d85a60792373f3b324497e91414d1b716 (patch)
tree898ad7d9994c94bebe4bbb59f16a70d87421f070 /etc
parentAvoid doubled include globals.local (diff)
downloadfirejail-970d679d85a60792373f3b324497e91414d1b716.tar.gz
firejail-970d679d85a60792373f3b324497e91414d1b716.tar.zst
firejail-970d679d85a60792373f3b324497e91414d1b716.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')
-rw-r--r--etc/profile-m-z/start-tor-browser.desktop.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/start-tor-browser.desktop.profile b/etc/profile-m-z/start-tor-browser.desktop.profile
index 7367d906e..49ce6f6f9 100644
--- a/etc/profile-m-z/start-tor-browser.desktop.profile
+++ b/etc/profile-m-z/start-tor-browser.desktop.profile
@@ -4,7 +4,7 @@
4include start-tor-browser.desktop.local 4include start-tor-browser.desktop.local
5# Persistent global definitions 5# Persistent global definitions
6# added by included profile 6# added by included profile
7include globals.local 7#include globals.local
8 8
9noblacklist ${HOME}/.tor-browser* 9noblacklist ${HOME}/.tor-browser*
10 10