Commit cd1c7208 authored by Greg Kerr's avatar Greg Kerr Committed by Commit Bot

macOS V2 Sandbox: Allow PPAPI to contact window server.

Flash player DRM videos are currently broken because the V2 sandbox
blocks access to the window server. This allows the access.

Bug: 891823
Change-Id: I06116f1de78480fe80b01465a6b9b097066b7278
Reviewed-on: https://chromium-review.googlesource.com/c/1263282Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: Greg Kerr <kerrnel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597169}
parent 841efbea
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
; Needed for Fonts. ; Needed for Fonts.
(allow-font-access) (allow-font-access)
; Mach lookups.
(allow mach-lookup
(global-name "com.apple.windowserver.active"))
; IOKit ; IOKit
(allow iokit-open (allow iokit-open
(iokit-registry-entry-class "IOSurfaceRootUserClient")) (iokit-registry-entry-class "IOSurfaceRootUserClient"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment