anonym 29e1fe419a AppArmor: silence denial of sys_ptrace capability
We already allow ptrace for its relevant subprocesses via ptrace
rules, and I'm unsure if the full capability is really needed. I see
lots of other profiles which have ptrace rules without the capability
so I guess not. And I wonder if allowing the capability allows ptrace
for arbitrary processes, which would be really bad.

So let's assume it's not needed and we'll see what happens.
2023-09-28 15:08:17 +02:00
2023-01-12 07:56:08 +01:00
2022-03-27 18:58:59 +03:00
2022-12-13 18:14:33 -08:00
2021-09-13 16:58:02 +00:00
2021-09-13 16:58:02 +00:00
2020-10-06 16:50:20 -07:00
2023-01-07 13:58:16 +01:00
2016-12-03 20:32:52 +04:00
2021-09-13 16:58:02 +00:00
2022-12-12 18:14:27 -08:00
2020-10-06 16:50:20 -07:00
2018-03-23 15:55:23 -07:00

Tor Browser Launcher

Are you getting an error? Sometimes updates in Tor Browser itself will break Tor Browser Launcher. There's a good chance that the problem you're experiencing has already been fixed in the newest version. Try installing from Flatpak (instructions below), or build from source.

Tor Browser Launcher is intended to make Tor Browser easier to install and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles everything else:

  • Downloads and installs the most recent version of Tor Browser in your language and for your computer's architecture, or launches Tor Browser if it's already installed (Tor Browser will automatically update itself)
  • Verifies Tor Browser's signature for you, to ensure the version you downloaded was cryptographically signed by Tor developers and was not tampered with
  • Adds "Tor Browser" and "Tor Browser Launcher Settings" application launcher to your desktop environment's menu
  • Includes AppArmor profiles to make a Tor Browser compromise not as bad
  • Optionally plays a modem sound when you open Tor Browser (because Tor is so slow)

Tor Browser Launcher is included in Ubuntu, Debian, and Fedora. To install it in any other distribution, see the build instructions.

You might want to check out the security design doc.

Tor Browser Launcher screenshot

Installing

You can install torbrowser-launcher from your operating system's package manager, but it might be out-of-date and have issues working. If you want to make sure you always have the latest version, use Flatpak:

Installing in any Linux distro using Flatpak

Install Flatpak using these instructions.

Then install torbrowser-launcher like this:

flatpak install flathub com.github.micahflee.torbrowser-launcher -y

Run torbrowser-launcher either by using the GUI desktop launcher, or by running:

flatpak run com.github.micahflee.torbrowser-launcher
Description
Securely and easily download, verify, install, and launch Tor Browser in Linux. This repository is a mirror of https://gitlab.torproject.org/tpo/applications/torbrowser-launcher
Readme MIT 2.7 MiB
Languages
Python 96.6%
Shell 3.4%