Title: [244779] trunk/Source/WebKit
Revision
244779
Author
pvol...@apple.com
Date
2019-04-30 09:40:08 -0700 (Tue, 30 Apr 2019)

Log Message

[iOS] Fix crash caused by sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=197416
<rdar://problem/50266257>

Reviewed by Brent Fulgham.

Add syscall to the iOS sandbox.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (244778 => 244779)


--- trunk/Source/WebKit/ChangeLog	2019-04-30 16:34:29 UTC (rev 244778)
+++ trunk/Source/WebKit/ChangeLog	2019-04-30 16:40:08 UTC (rev 244779)
@@ -1,3 +1,15 @@
+2019-04-30  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] Fix crash caused by sandbox violation
+        https://bugs.webkit.org/show_bug.cgi?id=197416
+        <rdar://problem/50266257>
+
+        Reviewed by Brent Fulgham.
+
+        Add syscall to the iOS sandbox.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-04-30  Zalan Bujtas  <za...@apple.com>
 
         [iOS] Double-tapping a post to like doesn't work on Instagram.com (needs 'dblclick' event)

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-04-30 16:34:29 UTC (rev 244778)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-04-30 16:40:08 UTC (rev 244779)
@@ -605,5 +605,6 @@
         (syscall-number SYS_pread_nocancel)
         (syscall-number SYS___semwait_signal_nocancel)
         (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>.
+        (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257>
     )
 )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to