Title: [241829] trunk/Source/WebKit
Revision
241829
Author
[email protected]
Date
2019-02-20 12:27:13 -0800 (Wed, 20 Feb 2019)

Log Message

[iOS] Open sandbox for specific call.
https://bugs.webkit.org/show_bug.cgi?id=194860
<rdar://problem/48166729>

Reviewed by Brent Fulgham.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (241828 => 241829)


--- trunk/Source/WebKit/ChangeLog	2019-02-20 20:25:28 UTC (rev 241828)
+++ trunk/Source/WebKit/ChangeLog	2019-02-20 20:27:13 UTC (rev 241829)
@@ -1,3 +1,13 @@
+2019-02-20  Per Arne Vollan  <[email protected]>
+
+        [iOS] Open sandbox for specific call.
+        https://bugs.webkit.org/show_bug.cgi?id=194860
+        <rdar://problem/48166729>
+
+        Reviewed by Brent Fulgham.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-02-20  Alex Christensen  <[email protected]>
 
         Move API::HTTPCookieStore ownership from API::WebsiteDataStore to WebKit::WebsiteDataStore

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-20 20:25:28 UTC (rev 241828)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-02-20 20:27:13 UTC (rev 241829)
@@ -687,5 +687,6 @@
         (syscall-number SYS_sem_open)
         (syscall-number SYS_sem_close)
         (syscall-number SYS_fsetattrlist)
+        (syscall-number SYS_guarded_open_dprotected_np) ; <rdar://problem/48166729>
     )
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to