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
952
Issues
952
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
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
c6e34ff7
Commit
c6e34ff7
authored
Oct 02, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run Tor Browser using the TBB's shared libraries.
The libstdc++6.so we have (from Debian Wheezy) is too old.
parent
7b866f52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
config/chroot_local-includes/usr/local/bin/tor-browser
config/chroot_local-includes/usr/local/bin/tor-browser
+3
-0
config/chroot_local-includes/usr/local/sbin/unsafe-browser
config/chroot_local-includes/usr/local/sbin/unsafe-browser
+1
-1
No files found.
config/chroot_local-includes/usr/local/bin/tor-browser
View file @
c6e34ff7
...
...
@@ -43,6 +43,9 @@ start_browser() {
unset
SESSION_MANAGER
LD_LIBRARY_PATH
=
"
${
TBB_INSTALL
}
"
/Browser
export
LD_LIBRARY_PATH
exec
"
${
TBB_INSTALL
}
"
/Browser/firefox
-allow-remote
--class
"Tor Browser"
-profile
"
${
PROFILE
}
"
"
${
@
}
"
}
...
...
config/chroot_local-includes/usr/local/sbin/unsafe-browser
View file @
c6e34ff7
...
...
@@ -214,7 +214,7 @@ run_browser_in_chroot () {
echo
"* Starting Unsafe Browser"
sudo
-u
${
SUDO_USER
}
xhost +SI:localuser:
${
CLEARNET_USER
}
2>/dev/null
chroot
${
CHROOT
}
sudo
-u
${
CLEARNET_USER
}
"
${
TBB_INSTALL
}
"
/Browser/firefox
-DISPLAY
=
:0.0
-profile
/home/clearnet/.tor-browser/profile.default
chroot
${
CHROOT
}
sudo
-u
${
CLEARNET_USER
}
LD_LIBRARY_PATH
=
"
${
TBB_INSTALL
}
"
/Browser
"
${
TBB_INSTALL
}
"
/Browser/firefox
-DISPLAY
=
:0.0
-profile
/home/clearnet/.tor-browser/profile.default
sudo
-u
${
SUDO_USER
}
xhost
-SI
:localuser:
${
CLEARNET_USER
}
2>/dev/null
}
...
...
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