aboutsummaryrefslogtreecommitdiffstats
path: root/etc/apparmor
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-03-09 16:44:30 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-09 16:44:30 +0000
commitd506bbe7e21b5239631a3cdfcd63c7a56dc985b6 (patch)
treec18c905b05d3236107a58649ac86608d11029c40 /etc/apparmor
parentMerge pull request #6261 from kmk3/sort-py-strip-commas (diff)
downloadfirejail-d506bbe7e21b5239631a3cdfcd63c7a56dc985b6.tar.gz
firejail-d506bbe7e21b5239631a3cdfcd63c7a56dc985b6.tar.zst
firejail-d506bbe7e21b5239631a3cdfcd63c7a56dc985b6.zip
torbrowser-launcher fixes (#6270)
Apparently Tor Browser 13.0.11 (based on Mozilla Firefox 115.8.0esr) changed a few things. The former versions installed under `${HOME}/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser` and now under `${HOME}/.local/share/torbrowser/tbb/x86_64/tor-browser/Browser`. All of our tor-browser-foo.profile profiles redirect to torbrowser-launcher.profile and are covered by the fixes. torbrowser.profile was not tested. It redirects to firefox-common.profile and seems to be Gentoo-specific. Fixes #6269.
Diffstat (limited to 'etc/apparmor')
-rw-r--r--etc/apparmor/firejail-local2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/apparmor/firejail-local b/etc/apparmor/firejail-local
index a81600dfa..f172b9d17 100644
--- a/etc/apparmor/firejail-local
+++ b/etc/apparmor/firejail-local
@@ -24,4 +24,4 @@
24#owner @{HOME}/.local/share/mullvad-browser/** ix, 24#owner @{HOME}/.local/share/mullvad-browser/** ix,
25 25
26# Uncomment to opt-in to apparmor for torbrowser-launcher 26# Uncomment to opt-in to apparmor for torbrowser-launcher
27#owner @{HOME}/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/** ix, 27#owner @{HOME}/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser*/Browser/** ix,