feat(profile): minor profile update.

See: #137
This commit is contained in:
Alexandre Pujol 2023-03-31 18:47:32 +01:00
parent ac75f2ee5c
commit fa4d065f52
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 36 additions and 42 deletions

View file

@ -7,13 +7,13 @@ abi <abi/3.0>,
include <tunables/global>
@{chromium_name} = brave{,-beta,-dev}
@{chromium_name} = brave{,-beta,-dev,-bin}
@{chromium_domain} = com.brave.Brave
@{chromium_lib_dirs} = /opt/brave.com/@{chromium_name} /opt/brave-bin/@{chromium_name}
@{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} = /{usr/,}bin/@{chromium_name} @{chromium_lib_dirs}/@{chromium_name}
profile brave @{exec_path} {
include <abstractions/base>
include <abstractions/chromium>