Title: [253696] trunk/Source/WebKit
Revision
253696
Author
bfulg...@apple.com
Date
2019-12-18 10:54:20 -0800 (Wed, 18 Dec 2019)

Log Message

Add syscall to GPU Process sandbox
https://bugs.webkit.org/show_bug.cgi?id=205400
<rdar://problem/58046272>

Reviewed by Simon Fraser.

This patch temporarily adds a syscall to the sandbox to work around a bug in the
system Sandbox framework. We will remove this in Bug 205400 once that issue is
resolved.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (253695 => 253696)


--- trunk/Source/WebKit/ChangeLog	2019-12-18 18:51:32 UTC (rev 253695)
+++ trunk/Source/WebKit/ChangeLog	2019-12-18 18:54:20 UTC (rev 253696)
@@ -1,3 +1,17 @@
+2019-12-18  Brent Fulgham  <bfulg...@apple.com>
+
+        Add syscall to GPU Process sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=205400
+        <rdar://problem/58046272>
+
+        Reviewed by Simon Fraser.
+
+        This patch temporarily adds a syscall to the sandbox to work around a bug in the
+        system Sandbox framework. We will remove this in Bug 205400 once that issue is
+        resolved.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+
 2019-12-18  Eric Carlson  <eric.carl...@apple.com>
 
         Enable generic cue API

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (253695 => 253696)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2019-12-18 18:51:32 UTC (rev 253695)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2019-12-18 18:54:20 UTC (rev 253696)
@@ -1140,5 +1140,6 @@
         (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499>
         (syscall-number SYS_psynch_rw_rdlock) ;; <rdar://problem/51134351>
         (syscall-number SYS_faccessat) ;; <rdar://problem/56998930>
+        (syscall-number SYS_chmod_extended) ;; <rdar://problem/58046272>
     )
 )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to