Title: [293853] trunk/Source/WebKit
Revision
293853
Author
commit-qu...@webkit.org
Date
2022-05-05 11:37:36 -0700 (Thu, 05 May 2022)

Log Message

Allow hw.cpu64bit_capable sysctl-read in network process sandbox on iOS
https://bugs.webkit.org/show_bug.cgi?id=240124
<rdar://92797350>

Patch by Alex Christensen <achristen...@webkit.org> on 2022-05-05
Reviewed by Per Arne Vollan.

It's used on watchOS.

* Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (293852 => 293853)


--- trunk/Source/WebKit/ChangeLog	2022-05-05 18:36:01 UTC (rev 293852)
+++ trunk/Source/WebKit/ChangeLog	2022-05-05 18:37:36 UTC (rev 293853)
@@ -1,3 +1,15 @@
+2022-05-05  Alex Christensen  <achristen...@webkit.org>
+
+        Allow hw.cpu64bit_capable sysctl-read in network process sandbox on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=240124
+        <rdar://92797350>
+
+        Reviewed by Per Arne Vollan.
+
+        It's used on watchOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb.in:
+
 2022-05-05  Said Abou-Hallawa  <s...@apple.com>
 
         [GPU Process] NativeImage should share the ShareableBitmap data when it's sent to GPU Process

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb.in (293852 => 293853)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb.in	2022-05-05 18:36:01 UTC (rev 293852)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb.in	2022-05-05 18:37:36 UTC (rev 293853)
@@ -481,6 +481,9 @@
 (allow sysctl-read
     (sysctl-name
         "hw.activecpu"
+#if PLATFORM(WATCHOS)
+        "hw.cpu64bit_capable"
+#endif
         "hw.machine"
         "hw.memsize"
         "hw.ncpu"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to