Title: [264681] trunk/Source/WebKit
Revision
264681
Author
timothy_hor...@apple.com
Date
2020-07-21 14:33:29 -0700 (Tue, 21 Jul 2020)

Log Message

watchOS: Web Content process crashes when it tries to open files
https://bugs.webkit.org/show_bug.cgi?id=214614
<rdar://problem/65900517>

Reviewed by Darin Adler.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Allow reading kern.maxfilesperproc, as it is allowed on macOS and in the Network process sandbox, and libc needs it.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (264680 => 264681)


--- trunk/Source/WebKit/ChangeLog	2020-07-21 21:10:31 UTC (rev 264680)
+++ trunk/Source/WebKit/ChangeLog	2020-07-21 21:33:29 UTC (rev 264681)
@@ -1,3 +1,14 @@
+2020-07-21  Tim Horton  <timothy_hor...@apple.com>
+
+        watchOS: Web Content process crashes when it tries to open files
+        https://bugs.webkit.org/show_bug.cgi?id=214614
+        <rdar://problem/65900517>
+
+        Reviewed by Darin Adler.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+        Allow reading kern.maxfilesperproc, as it is allowed on macOS and in the Network process sandbox, and libc needs it.
+
 2020-07-21  Per Arne Vollan  <pvol...@apple.com>
 
         [macOS] Layout tests exiting early with crashes

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-07-21 21:10:31 UTC (rev 264680)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-07-21 21:33:29 UTC (rev 264681)
@@ -826,6 +826,7 @@
         "hw.product"
         "kern.bootargs"
         "kern.hostname"
+        "kern.maxfilesperproc" ;; <rdar://problem/65900517>
         "kern.memorystatus_level"
         "kern.osproductversion"
         "kern.osrelease"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to