Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
0ae6da41
Commit
0ae6da41
authored
Oct 21, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve variable name and add quoting.
parent
278cd2d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
config/chroot_local-includes/usr/local/sbin/unsafe-browser
config/chroot_local-includes/usr/local/sbin/unsafe-browser
+3
-3
No files found.
config/chroot_local-includes/usr/local/sbin/unsafe-browser
View file @
0ae6da41
...
...
@@ -78,7 +78,7 @@ COW=${CONF_DIR}/cow
CHROOT
=
${
CONF_DIR
}
/chroot
BROWSER_NAME
=
unsafe-browser
BROWSER_USER
=
clearnet
NM_ENV
=
/var/lib/NetworkManager/env
NM_ENV
_FILE
=
/var/lib/NetworkManager/env
BEST_LOCALE
=
"
$(
guess_best_tor_browser_locale
)
"
WARNING_PAGE
=
'/usr/share/doc/tails/website/misc/unsafe_browser_warning'
...
...
@@ -96,8 +96,8 @@ if ! flock -x -n 9; then
fi
# Get the DNS servers that was obtained from NetworkManager, if any...
if
[
-r
"
${
NM_ENV
}
"
]
;
then
.
${
NM_ENV
}
if
[
-r
"
${
NM_ENV
_FILE
}
"
]
;
then
.
"
${
NM_ENV
_FILE
}
"
fi
# ... otherwise fail.
# FIXME: Or would it make sense to fallback to Google's DNS or OpenDNS?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment