Title: [245520] trunk/Source/WebKit
Revision
245520
Author
[email protected]
Date
2019-05-20 10:41:16 -0700 (Mon, 20 May 2019)

Log Message

Allow WebContent mach-lookup AGXCompilerService
https://bugs.webkit.org/show_bug.cgi?id=198031
<rdar://problem/50552974>

Patch by Zhifei Fang <[email protected]> on 2019-05-20
Reviewed by Per Arne Vollan.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (245519 => 245520)


--- trunk/Source/WebKit/ChangeLog	2019-05-20 17:38:51 UTC (rev 245519)
+++ trunk/Source/WebKit/ChangeLog	2019-05-20 17:41:16 UTC (rev 245520)
@@ -1,3 +1,13 @@
+2019-05-20  Zhifei Fang  <[email protected]>
+
+        Allow WebContent mach-lookup AGXCompilerService
+        https://bugs.webkit.org/show_bug.cgi?id=198031
+        <rdar://problem/50552974>
+
+        Reviewed by Per Arne Vollan.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-05-20  Sihui Liu  <[email protected]>
 
         [ Mac WK2 iOS Sim] Layout Test http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html is a flaky failure

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (245519 => 245520)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-20 17:38:51 UTC (rev 245519)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-20 17:41:16 UTC (rev 245520)
@@ -399,7 +399,6 @@
 ;; FIXME: remove overridden rules once the final list has been
 ;; established, see https://bugs.webkit.org/show_bug.cgi?id=193840
 (deny mach-lookup
-    (global-name "com.apple.AGXCompilerService")
     (global-name "com.apple.CoreAuthentication.daemon.libxpc")
     (global-name "com.apple.FileCoordination")
     (global-name "com.apple.FileProvider")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to