mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
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:
parent
921156c846
commit
ec25a155db
@ -70,7 +70,6 @@
|
||||
|
||||
@{lib_dirs}/{,**} r,
|
||||
@{lib_dirs}/*.so* mr,
|
||||
@{lib_dirs}/chrome_crashpad_handler rPx,
|
||||
@{lib_dirs}/chrome-sandbox rPx,
|
||||
|
||||
# Desktop integration
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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>
|
||||
}
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user