Title: [251824] trunk/Source/WebKit
Revision
251824
Author
pvol...@apple.com
Date
2019-10-30 17:14:44 -0700 (Wed, 30 Oct 2019)

Log Message

Fix some sysctl read violations in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=203632

Reviewed by Brent Fulgham.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (251823 => 251824)


--- trunk/Source/WebKit/ChangeLog	2019-10-30 23:59:42 UTC (rev 251823)
+++ trunk/Source/WebKit/ChangeLog	2019-10-31 00:14:44 UTC (rev 251824)
@@ -1,3 +1,12 @@
+2019-10-30  Per Arne Vollan  <pvol...@apple.com>
+
+        Fix some sysctl read violations in the WebContent process
+        https://bugs.webkit.org/show_bug.cgi?id=203632
+
+        Reviewed by Brent Fulgham.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-10-30  Dean Jackson  <d...@apple.com>
 
         REGRESSION(r251568) If we didn't start a Service Worker, don't try talking to it

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-10-30 23:59:42 UTC (rev 251823)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-10-31 00:14:44 UTC (rev 251824)
@@ -812,7 +812,10 @@
     (sysctl-name
         "hw.activecpu"
         "hw.availcpu"
+        "hw.cachelinesize"
+        "hw.cputype"
         "hw.l2cachesize"
+        "hw.logicalcpu"
         "hw.logicalcpu_max"
         "hw.ncpu"
         "hw.machine"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to