Title: [257750] trunk/Source/WebKit
Revision
257750
Author
[email protected]
Date
2020-03-02 17:01:51 -0800 (Mon, 02 Mar 2020)

Log Message

Unreviewed sandbox compile fix.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (257749 => 257750)


--- trunk/Source/WebKit/ChangeLog	2020-03-03 00:59:09 UTC (rev 257749)
+++ trunk/Source/WebKit/ChangeLog	2020-03-03 01:01:51 UTC (rev 257750)
@@ -1,3 +1,9 @@
+2020-03-02  Per Arne Vollan  <[email protected]>
+
+        Unreviewed sandbox compile fix.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-03-02  Daniel Bates  <[email protected]>
 
         Annotate editable elements with hit test order

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-03 00:59:09 UTC (rev 257749)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-03 01:01:51 UTC (rev 257750)
@@ -538,7 +538,7 @@
     (global-name "com.apple.logd.events")
 )
 
-(deny mach-lookup (with report) (with telemetry)
+(deny mach-lookup (with telemetry)
     (global-name "com.apple.distributed_notifications@1v3"))
 
 (allow ipc-posix-shm-read*
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to