Title: [245835] trunk/Source/WebKit
Revision
245835
Author
bfulg...@apple.com
Date
2019-05-28 17:34:54 -0700 (Tue, 28 May 2019)

Log Message

Fix sandbox violation when using QuickLook on iOS
https://bugs.webkit.org/show_bug.cgi?id=198312
<rdar://problem/51134351>

Reviewed by Alexey Proskuryakov.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (245834 => 245835)


--- trunk/Source/WebKit/ChangeLog	2019-05-29 00:20:29 UTC (rev 245834)
+++ trunk/Source/WebKit/ChangeLog	2019-05-29 00:34:54 UTC (rev 245835)
@@ -1,3 +1,13 @@
+2019-05-28  Brent Fulgham  <bfulg...@apple.com>
+
+        Fix sandbox violation when using QuickLook on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=198312
+        <rdar://problem/51134351>
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-05-28  Tim Horton  <timothy_hor...@apple.com>
 
         Horizontal scrollbar flashes after scrolling vertically with keyboard

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-29 00:20:29 UTC (rev 245834)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-29 00:34:54 UTC (rev 245835)
@@ -610,5 +610,6 @@
         (syscall-number SYS_fsetxattr) ;; <rdar://problem/49795964>
         (syscall-number SYS_abort_with_payload) ;; <rdar://problem/50967271>
         (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499>
+        (syscall-number SYS_psynch_rw_rdlock) ;; <rdar://problem/51134351>
     )
 )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to