mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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.
This commit is contained in:
parent
c16f7a2902
commit
d506bbe7e2
2 changed files with 2 additions and 2 deletions
|
|
@ -24,4 +24,4 @@
|
|||
#owner @{HOME}/.local/share/mullvad-browser/** ix,
|
||||
|
||||
# Uncomment to opt-in to apparmor for torbrowser-launcher
|
||||
#owner @{HOME}/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/** ix,
|
||||
#owner @{HOME}/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser*/Browser/** ix,
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ seccomp.block-secondary
|
|||
#tracelog # may cause issues, see #1930
|
||||
|
||||
disable-mnt
|
||||
private-bin bash,cat,cp,cut,dirname,env,expr,file,gpg,grep,gxmessage,id,kdialog,ln,mkdir,mv,python*,rm,sed,sh,tail,tar,tclsh,test,tor-browser,tor-browser-en,torbrowser-launcher,update-desktop-database,xmessage,xz,zenity
|
||||
private-bin bash,cat,cp,cut,dirname,env,execdesktop,expr,file,gpg,grep,gxmessage,id,kdialog,ln,mkdir,mv,python*,rm,sed,sh,tail,tar,tclsh,test,tor-browser,tor-browser-en,torbrowser-launcher,update-desktop-database,xmessage,xz,zenity
|
||||
private-dev
|
||||
private-etc @tls-ca
|
||||
private-tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue