Title: [258265] branches/safari-610.1.7-branch/Source/WebKit
Revision
258265
Author
alanc...@apple.com
Date
2020-03-11 09:41:03 -0700 (Wed, 11 Mar 2020)

Log Message

Cherry-pick r258252. rdar://problem/60310741

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@258252 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-610.1.7-branch/Source/WebKit/ChangeLog (258264 => 258265)


--- branches/safari-610.1.7-branch/Source/WebKit/ChangeLog	2020-03-11 16:41:00 UTC (rev 258264)
+++ branches/safari-610.1.7-branch/Source/WebKit/ChangeLog	2020-03-11 16:41:03 UTC (rev 258265)
@@ -1,5 +1,34 @@
 2020-03-11  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r258252. rdar://problem/60310741
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@258252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-11  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r258247. rdar://problem/60305091
 
     Some common domains should always be App-bound domains

Modified: branches/safari-610.1.7-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (258264 => 258265)


--- branches/safari-610.1.7-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-11 16:41:00 UTC (rev 258264)
+++ branches/safari-610.1.7-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-11 16:41:03 UTC (rev 258265)
@@ -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