mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
fix(profile): ensure torbrowser-update can start torbrowser.
This commit is contained in:
parent
8572a3ec07
commit
064e9edec2
@ -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,
|
||||
|
||||
|
@ -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>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user