Chromium based browsers: add stacking for chrashpad handler (#366)

* Update chromium abs: remove crashpad-handler

* Update brave: add stacking for chrashpad-handler

* Update chrome: add stacking for crashpad-handler

* Update chromium: add stacking for crashpad-handler

* Update msedge: add stacking for crashpad-handler

* Rename msedge-crashpad-handlers to msedge-crashpad-handler
This commit is contained in:
curiosityseeker 2024-06-07 20:26:39 +02:00 committed by GitHub
parent 921156c846
commit ec25a155db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 2 deletions

View File

@ -70,7 +70,6 @@
@{lib_dirs}/{,**} r,
@{lib_dirs}/*.so* mr,
@{lib_dirs}/chrome_crashpad_handler rPx,
@{lib_dirs}/chrome-sandbox rPx,
# Desktop integration

View File

@ -26,6 +26,8 @@ profile brave @{exec_path} {
@{bin}/man rPUx, # For "brave --help"
@{lib_dirs}/chrome_crashpad_handler rPx -> brave//&brave-crashpad-handler,
/usr/share/chromium/extensions/ r,
/etc/opt/chrome/ r,

View File

@ -24,6 +24,7 @@ profile chrome @{exec_path} {
@{bin}/man rPUx, # For "chrome --help"
@{lib_dirs}/chrome_crashpad_handler rPx -> chrome//&chrome-crashpad-handler,
@{lib_dirs}/google-@{name} rPx,
@{lib_dirs}/nacl_helper rix,

View File

@ -22,5 +22,7 @@ profile chromium @{exec_path} {
@{exec_path} mrix,
@{lib_dirs}/chrome_crashpad_handler rPx -> chromium//&chromium-crashpad-handler,
include if exists <local/chromium>
}

View File

@ -28,7 +28,7 @@ profile msedge @{exec_path} {
@{lib_dirs}/xdg-settings rix, #-> xdg-settings,
@{lib_dirs}/microsoft-edge{,beta,-dev} rPx,
@{lib_dirs}/msedge_crashpad_handler rPx,
@{lib_dirs}/chrome_crashpad_handler rPx -> msedge//&msedge-crashpad-handler,
@{lib_dirs}/*.so* mr,
@{lib_dirs}/WidevineCdm/_platform_specific/linux_*/libwidevinecdm.so mr,