WebKit Bugzilla
Attachment 359170 Details for
Bug 193453
: Add allow directive for MTLCompilerService.xpc to PluginProcess and WebContent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193453-20190115100536.patch (text/plain), 2.51 KB, created by
Per Arne Vollan
on 2019-01-15 10:05:36 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-01-15 10:05:36 PST
Size:
2.51 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 239990) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-01-15 Per Arne Vollan <pvollan@apple.com> >+ >+ Add allow directive for MTLCompilerService.xpc to PluginProcess and WebContent >+ https://bugs.webkit.org/show_bug.cgi?id=193453 >+ <rdar://problem/47268166> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in: >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-01-15 Brian Burg <bburg@apple.com> > > WebDriver: update Create Window implementation to support newest specification >Index: Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in >=================================================================== >--- Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (revision 239989) >+++ Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (working copy) >@@ -160,6 +160,9 @@ > ) > #endif > >+;; <rdar://problem/47268166> >+(allow mach-lookup (xpc-service-name "com.apple.MTLCompilerServiceâ)) >+ > ;; Utility functions > (define (home-literal home-relative-literal) > (literal (string-append (param "HOME_DIR") home-relative-literal))) >Index: Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >=================================================================== >--- Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (revision 239989) >+++ Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (working copy) >@@ -190,6 +190,9 @@ > (global-name "com.apple.frontboard.workspace") > (global-name "com.apple.frontboard.systemappservices")) > >+;; <rdar://problem/47268166> >+(allow mach-lookup (xpc-service-name "com.apple.MTLCompilerServiceâ)) >+ > (allow-preferences-common) > > ;; CoreMotion >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 239989) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -609,6 +609,9 @@ > #endif > ) > >+;; <rdar://problem/47268166> >+(allow mach-lookup (xpc-service-name "com.apple.MTLCompilerServiceâ)) >+ > #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400 > (deny mach-lookup (with no-log) > (global-name "com.apple.ViewBridgeAuxiliary")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193453
:
359170
|
359172