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
955
Issues
955
List
Boards
Labels
Service Desk
Milestones
Merge Requests
13
Merge Requests
13
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
b4ce2e4b
Commit
b4ce2e4b
authored
Oct 09, 2019
by
intrigeri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments about imported functions and variables.
This will avoid some confusion e.g. while using "git grep".
parent
78332890
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
config/chroot_local-includes/usr/local/lib/tails-shell-library/chroot-browser.sh
...ludes/usr/local/lib/tails-shell-library/chroot-browser.sh
+1
-1
config/chroot_local-includes/usr/local/sbin/unsafe-browser
config/chroot_local-includes/usr/local/sbin/unsafe-browser
+2
-5
No files found.
config/chroot_local-includes/usr/local/lib/tails-shell-library/chroot-browser.sh
View file @
b4ce2e4b
...
...
@@ -7,7 +7,7 @@ if [ "$(whoami)" != "root" ]; then
exit
1
fi
# Import the TBB_INSTALL
, TBB_PROFILE
and TBB_EXT variables, and
# Import the TBB_INSTALL and TBB_EXT variables, and
# configure_xulrunner_app_locale().
.
/usr/local/lib/tails-shell-library/tor-browser.sh
...
...
config/chroot_local-includes/usr/local/sbin/unsafe-browser
View file @
b4ce2e4b
...
...
@@ -10,16 +10,13 @@ export TEXTDOMAIN
# Import tor_has_bootstrapped()
.
/usr/local/lib/tails-shell-library/systemd.sh
# Import the TBB_EXT variable
, and guess_best_tor_browser_locale()
.
# Import the TBB_EXT variable.
.
/usr/local/lib/tails-shell-library/tor-browser.sh
# Import localized_tails_doc_page().
.
/usr/local/lib/tails-shell-library/localization.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()
# Import setup_chroot_for_browser(), configure_chroot_browser(),
# and run_browser_in_chroot().
.
/usr/local/lib/tails-shell-library/chroot-browser.sh
...
...
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