Title: [258252] trunk/Source/WebKit
Revision
258252
Author
pvol...@apple.com
Date
2020-03-10 21:51:25 -0700 (Tue, 10 Mar 2020)

Log Message

[iOS] A syscall is denied by the sandbox
https://bugs.webkit.org/show_bug.cgi?id=208892
<rdar://problem/60294880>

Reviewed by Brent Fulgham.

Add denied syscall to sandbox on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (258251 => 258252)


--- trunk/Source/WebKit/ChangeLog	2020-03-11 04:25:22 UTC (rev 258251)
+++ trunk/Source/WebKit/ChangeLog	2020-03-11 04:51:25 UTC (rev 258252)
@@ -1,3 +1,15 @@
+2020-03-10  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] A syscall is denied by the sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=208892
+        <rdar://problem/60294880>
+
+        Reviewed by Brent Fulgham.
+
+        Add denied syscall to sandbox on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-03-08  Darin Adler  <da...@apple.com>
 
         Make TextIterator::range return a SimpleRange

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-11 04:25:22 UTC (rev 258251)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-11 04:51:25 UTC (rev 258252)
@@ -1056,5 +1056,6 @@
         (syscall-number SYS_psynch_rw_rdlock) ;; <rdar://problem/51134351>
         (syscall-number SYS_faccessat) ;; <rdar://problem/56998930>
         (syscall-number SYS_objc_bp_assist_cfg_np) ;; <rdar://problem/55924791>
+        (syscall-number SYS_shared_region_map_and_slide_2_np) ;; <rdar://problem/60294880>
     )
 )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to