mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
Brave: adjust @{exec_path} (#161)
The path in Ubuntu is: /opt/brave.com/brave/brave The path in Arch is: /opt/brave-bin/brave That's why Brave was not confined on Arch.
This commit is contained in:
parent
cc8210a1bd
commit
6fc8cd3e60
@ -13,7 +13,7 @@ include <tunables/global>
|
||||
@{chromium_config_dirs} = @{user_config_dirs}/BraveSoftware/Brave-Browser{,-Beta,-Dev}
|
||||
@{chromium_cache_dirs} = @{user_cache_dirs}/BraveSoftware/Brave-Browser{,-Beta,-Dev}
|
||||
|
||||
@{exec_path} = @{chromium_lib_dirs}/@{chromium_name}
|
||||
@{exec_path} = @{chromium_lib_dirs}{,/@{chromium_name}}
|
||||
profile brave @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/chromium>
|
||||
|
Loading…
Reference in New Issue
Block a user