fix(profile): ensure torbrowser-update can start torbrowser.

This commit is contained in:
Alexandre Pujol 2024-09-21 13:18:03 +01:00
parent 8572a3ec07
commit 064e9edec2
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ profile torbrowser-updater @{exec_path} {
@{exec_path} mr,
@{lib_dirs}/*.so mr,
@{lib_dirs}/firefox{,.real} Px,
@{lib_dirs}/firefox{,.real} Px -> torbrowser,
owner @{lib_dirs}/{,**} rw,

View File

@ -24,6 +24,7 @@ profile torbrowser-vaapitest @{exec_path} flags=(attach_disconnected) {
deny @{lib_dirs}/{,browser/}omni.ja r,
deny @{cache_dirs}/profile.default/startupCache/* r,
deny @{config_dirs}/.parentlock rw,
deny @{config_dirs}/extensions/*.xpi r,
include if exists <local/torbrowser-vaapitest>
}