Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tails
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
947
Issues
947
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tails
tails
Commits
eba9c69b
Commit
eba9c69b
authored
Oct 21, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments about imports.
parent
0ae6da41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
config/chroot_local-includes/usr/local/sbin/i2p-browser
config/chroot_local-includes/usr/local/sbin/i2p-browser
+7
-0
config/chroot_local-includes/usr/local/sbin/unsafe-browser
config/chroot_local-includes/usr/local/sbin/unsafe-browser
+6
-0
No files found.
config/chroot_local-includes/usr/local/sbin/i2p-browser
View file @
eba9c69b
...
...
@@ -8,7 +8,14 @@ set -e
# Import windows_camouflage_is_enabled()
.
/usr/local/lib/tails-shell-library/tor-browser.sh
# Import try_cleanup_browser_chroot(), setup_browser_chroot(),
# configure_chroot_dns_servers(), configure_chroot_browser(),
# configure_chroot_browser(), set_chroot_browser_locale()
# set_chroot_torbutton_browser_name(), set_chroot_browser_permissions()
# and run_chroot_browser().
.
/usr/local/lib/tails-shell-library/chroot-browser.sh
# Import i2p_router_console_is_ready().
.
/usr/local/lib/tails-shell-library/i2p.sh
cleanup
()
{
...
...
config/chroot_local-includes/usr/local/sbin/unsafe-browser
View file @
eba9c69b
...
...
@@ -8,6 +8,11 @@ set -e
# Import the TBB_EXT variable, and guess_best_tor_browser_locale().
.
/usr/local/lib/tails-shell-library/tor-browser.sh
# Import try_cleanup_browser_chroot(), setup_browser_chroot(),
# configure_chroot_dns_servers(), configure_chroot_browser(),
# configure_chroot_browser(), set_chroot_browser_locale()
# set_chroot_browser_name(), set_chroot_browser_permissions()
# and run_chroot_browser().
.
/usr/local/lib/tails-shell-library/chroot-browser.sh
cleanup
()
{
...
...
@@ -97,6 +102,7 @@ fi
# Get the DNS servers that was obtained from NetworkManager, if any...
if
[
-r
"
${
NM_ENV_FILE
}
"
]
;
then
# Import the IP4_NAMESERVERS variable.
.
"
${
NM_ENV_FILE
}
"
fi
# ... otherwise fail.
...
...
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